Home
last modified time | relevance | path

Searched refs:mbox_qe (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/bna/
Dbna_types.h412 struct bna_mbox_qe mbox_qe; member
443 struct bna_mbox_qe mbox_qe; member
621 struct bna_mbox_qe mbox_qe; member
855 struct bna_mbox_qe mbox_qe; member
885 struct bna_mbox_qe mbox_qe; member
954 struct bna_mbox_qe mbox_qe; member
1122 struct bna_mbox_qe mbox_qe; member
Dbna_ctrl.c227 bna_mbox_send(struct bna *bna, struct bna_mbox_qe *mbox_qe) in bna_mbox_send() argument
231 mh = (struct bfi_mhdr *)(&mbox_qe->cmd.msg[0]); in bna_mbox_send()
237 list_add_tail(&mbox_qe->qe, &bna->mbox_mod.posted_q); in bna_mbox_send()
238 bfa_nw_ioc_mbox_queue(&bna->device.ioc, &mbox_qe->cmd); in bna_mbox_send()
241 list_add_tail(&mbox_qe->qe, &bna->mbox_mod.posted_q); in bna_mbox_send()
584 bna_mbox_qe_fill(&llport->mbox_qe, &ll_req, sizeof(ll_req), in bna_fw_llport_admin_up()
587 bna_mbox_send(llport->bna, &llport->mbox_qe); in bna_fw_llport_admin_up()
602 bfa_q_qe_init(&llport->mbox_qe.qe); in bna_fw_cb_llport_up()
625 bna_mbox_qe_fill(&llport->mbox_qe, &ll_req, sizeof(ll_req), in bna_fw_llport_admin_down()
628 bna_mbox_send(llport->bna, &llport->mbox_qe); in bna_fw_llport_admin_down()
[all …]
Dbna_txrx.c930 bna_mbox_qe_fill(&rxf->mbox_qe, &ll_req, sizeof(ll_req), in __rxf_enable()
933 bna_mbox_send(rxf->rx->bna, &rxf->mbox_qe); in __rxf_enable()
952 bna_mbox_qe_fill(&rxf->mbox_qe, &ll_req, sizeof(ll_req), in __rxf_disable()
955 bna_mbox_send(rxf->rx->bna, &rxf->mbox_qe); in __rxf_disable()
1114 bna_mbox_qe_fill(&rxf->mbox_qe, &ll_req, sizeof(ll_req), in __bna_rxf_stat_clr()
1116 bna_mbox_send(rxf->rx->bna, &rxf->mbox_qe); in __bna_rxf_stat_clr()
1135 bfa_q_qe_init(&rxf->mbox_qe.qe); in rxf_cb_enabled()
1154 bfa_q_qe_init(&rxf->mbox_qe.qe); in rxf_cb_disabled()
1163 bfa_q_qe_init(&rxf->mbox_qe.qe); in rxf_cb_cam_fltr_mbox_cmd()
1173 bfa_q_qe_init(&rxf->mbox_qe.qe); in bna_rxf_cb_stats_cleared()
[all …]
Dbna.h383 void bna_mbox_send(struct bna *bna, struct bna_mbox_qe *mbox_qe);