Lines Matching defs:ops

1227 	struct iwn_ops *ops = &sc->ops;
1231 ops->load_firmware = iwn4965_load_firmware;
1232 ops->read_eeprom = iwn4965_read_eeprom;
1233 ops->post_alive = iwn4965_post_alive;
1234 ops->nic_config = iwn4965_nic_config;
1235 ops->update_sched = iwn4965_update_sched;
1236 ops->get_temperature = iwn4965_get_temperature;
1237 ops->get_rssi = iwn4965_get_rssi;
1238 ops->set_txpower = iwn4965_set_txpower;
1239 ops->init_gains = iwn4965_init_gains;
1240 ops->set_gains = iwn4965_set_gains;
1241 ops->rxon_assoc = iwn4965_rxon_assoc;
1242 ops->add_node = iwn4965_add_node;
1243 ops->tx_done = iwn4965_tx_done;
1244 ops->ampdu_tx_start = iwn4965_ampdu_tx_start;
1245 ops->ampdu_tx_stop = iwn4965_ampdu_tx_stop;
1270 struct iwn_ops *ops = &sc->ops;
1274 ops->load_firmware = iwn5000_load_firmware;
1275 ops->read_eeprom = iwn5000_read_eeprom;
1276 ops->post_alive = iwn5000_post_alive;
1277 ops->nic_config = iwn5000_nic_config;
1278 ops->update_sched = iwn5000_update_sched;
1279 ops->get_temperature = iwn5000_get_temperature;
1280 ops->get_rssi = iwn5000_get_rssi;
1281 ops->set_txpower = iwn5000_set_txpower;
1282 ops->init_gains = iwn5000_init_gains;
1283 ops->set_gains = iwn5000_set_gains;
1284 ops->rxon_assoc = iwn5000_rxon_assoc;
1285 ops->add_node = iwn5000_add_node;
1286 ops->tx_done = iwn5000_tx_done;
1287 ops->ampdu_tx_start = iwn5000_ampdu_tx_start;
1288 ops->ampdu_tx_stop = iwn5000_ampdu_tx_stop;
2133 struct iwn_ops *ops = &sc->ops;
2142 ops->ampdu_tx_stop(sc, qid, tid, ssn);
2191 struct iwn_ops *ops = &sc->ops;
2249 ops->read_eeprom(sc);
3030 struct iwn_ops *ops = &sc->ops;
3143 rssi = ops->get_rssi(sc, stat);
3460 struct iwn_ops *ops = &sc->ops;
3500 temp = ops->get_temperature(sc);
3985 struct iwn_ops *ops = &sc->ops;
4035 ops->tx_done(sc, desc, data);
4855 struct iwn_ops *ops = &sc->ops;
4974 ops->update_sched(sc, ring->qid, ring->cur, tx->id, totlen);
5465 struct iwn_ops *ops = &sc->ops;
5480 if ((error = ops->add_node(sc, &node, async)) != 0)
5989 struct iwn_ops *ops = &sc->ops;
6014 if ((error = ops->init_gains(sc)) != 0)
6033 struct iwn_ops *ops = &sc->ops;
6067 (void)ops->set_gains(sc);
6741 struct iwn_ops *ops = &sc->ops;
6747 error = ops->rxon_assoc(sc, async);
6782 if ((error = ops->set_txpower(sc, async)) != 0) {
7334 struct iwn_ops *ops = &sc->ops;
7411 error = ops->add_node(sc, &node, 1);
7455 struct iwn_ops *ops = &sc->ops;
7478 error = ops->add_node(sc, &node, 1);
7493 struct iwn_ops *ops = &sc->ops;
7515 (void)ops->add_node(sc, &node, 1);
7584 struct iwn_ops *ops = &sc->ops;
7601 error = ops->add_node(sc, &node, 1);
7610 ops->ampdu_tx_start(sc, ni, qid, tid, tap->txa_start & 0xfff);
7621 struct iwn_ops *ops = &sc->ops;
7637 ops->ampdu_tx_stop(sc, qid, tid, tap->txa_start & 0xfff);
8744 struct iwn_ops *ops = &sc->ops;
8766 if ((error = ops->nic_config(sc)) != 0)
8834 if ((error = ops->load_firmware(sc)) != 0) {
8851 return ops->post_alive(sc);