Searched refs:rtwn_cmd_sleepable (Results 1 – 9 of 9) sorted by relevance
| /src/sys/dev/rtwn/ |
| H A D | if_rtwn_task.h | 22 int rtwn_cmd_sleepable(struct rtwn_softc *, const void *, size_t,
|
| H A D | if_rtwn_calib.c | 124 rtwn_cmd_sleepable(sc, NULL, 0, rtwn_calib_cb); in rtwn_calib_to()
|
| H A D | if_rtwn_task.c | 90 rtwn_cmd_sleepable(struct rtwn_softc *sc, const void *ptr, size_t len, in rtwn_cmd_sleepable() function
|
| H A D | if_rtwn_cam.c | 334 return (!rtwn_cmd_sleepable(sc, k, sizeof(*k), in rtwn_process_key()
|
| H A D | if_rtwn.c | 952 rtwn_cmd_sleepable(sc, NULL, 0, rtwn_set_pwrmode_cb); in rtwn_pwrmode_init() 1752 rtwn_cmd_sleepable(ic->ic_softc, NULL, 0, rtwn_update_slot_cb); in rtwn_update_slot() 1880 rtwn_cmd_sleepable(sc, &id, sizeof(id), rtwn_set_media_status); in rtwn_newassoc() 1892 rtwn_cmd_sleepable(sc, &un->id, sizeof(un->id), in rtwn_node_free()
|
| /src/sys/dev/rtwn/pci/ |
| H A D | rtwn_pci_rx.c | 235 rtwn_cmd_sleepable(sc, NULL, 0, rtwn_ff_flush_all); in rtwn_pci_tx_report() 261 rtwn_cmd_sleepable(sc, NULL, 0, rtwn_ff_flush_all); in rtwn_pci_tx_report2() 339 rtwn_cmd_sleepable(sc, NULL, 0, rtwn_ff_flush_all); in rtwn_pci_tx_done()
|
| /src/sys/dev/rtwn/usb/ |
| H A D | rtwn_usb_rx.c | 339 rtwn_cmd_sleepable(sc, NULL, 0, rtwn_ff_flush_all); in rtwn_report_intr() 360 rtwn_cmd_sleepable(sc, NULL, 0, rtwn_ff_flush_all); in rtwn_report_intr()
|
| H A D | rtwn_usb_tx.c | 234 rtwn_cmd_sleepable(sc, NULL, 0, rtwn_ff_flush_all); in rtwn_bulk_tx_callback_qid()
|
| /src/sys/dev/rtwn/rtl8192c/ |
| H A D | r92c_fw.c | 427 rtwn_cmd_sleepable(sc, NULL, 0, rtwn_ff_flush_all); in r92c_ratectl_tx_complete() 498 rtwn_cmd_sleepable(sc, NULL, 0, r92c_handle_c2h_task); in r92c_handle_c2h_report()
|