Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
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-13.1/sys/dev/bxe/
H A Decore_sp.h1539 int (*send_cmd)(struct bxe_softc *sc, member
1813 int (*send_cmd)(struct bxe_softc *sc, member
H A Decore_sp.c4668 rc = o->send_cmd(sc, params); in ecore_queue_state_change()
5765 obj->send_cmd = ecore_queue_send_cmd_e1x; in ecore_init_queue_obj()
5767 obj->send_cmd = ecore_queue_send_cmd_e2; in ecore_init_queue_obj()
6568 obj->send_cmd = ecore_func_send_cmd; in ecore_init_func_obj()
6627 rc = o->send_cmd(sc, params); in ecore_func_state_change()
/freebsd-13.1/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1760 cmd_idx = trans->ops->send_cmd(trans, cmd); in iwl_trans_txq_send_hcmd_sync()
1860 ret = trans->ops->send_cmd(trans, cmd); in iwl_trans_txq_send_hcmd()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h574 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd); member
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c3535 .send_cmd = iwl_pcie_enqueue_hcmd,
3561 .send_cmd = iwl_pcie_gen2_enqueue_hcmd,