Home
last modified time | relevance | path

Searched refs:send_cmd (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dlink.c177 goto send_cmd; in iwl_mvm_link_changed()
224 send_cmd: in iwl_mvm_link_changed()
H A Dcoex.c161 goto send_cmd; in iwl_mvm_send_bt_init_conf()
175 send_cmd: in iwl_mvm_send_bt_init_conf()
/freebsd/sys/dev/bxe/
H A Decore_sp.h1537 int (*send_cmd)(struct bxe_softc *sc, member
1811 int (*send_cmd)(struct bxe_softc *sc, member
H A Decore_sp.c4666 rc = o->send_cmd(sc, params); in ecore_queue_state_change()
5763 obj->send_cmd = ecore_queue_send_cmd_e1x; in ecore_init_queue_obj()
5765 obj->send_cmd = ecore_queue_send_cmd_e2; in ecore_init_queue_obj()
6566 obj->send_cmd = ecore_func_send_cmd; in ecore_init_func_obj()
6625 rc = o->send_cmd(sc, params); in ecore_func_state_change()
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1791 cmd_idx = trans->ops->send_cmd(trans, cmd); in iwl_trans_txq_send_hcmd_sync()
1891 ret = trans->ops->send_cmd(trans, cmd); in iwl_trans_txq_send_hcmd()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h595 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd); member
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c3576 .send_cmd = iwl_pcie_enqueue_hcmd,
3602 .send_cmd = iwl_pcie_gen2_enqueue_hcmd,