Searched refs:bfa_q_deq (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/bfa/ |
D | bfad_im.h | 137 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \
|
D | bfa_cs.h | 139 #define bfa_q_deq(_q, _qe) do { \ macro
|
D | bfa_svc.c | 562 bfa_q_deq(&fm->fcxp_req_free_q, &fcxp); in bfa_fcxp_get() 564 bfa_q_deq(&fm->fcxp_rsp_free_q, &fcxp); in bfa_fcxp_get() 644 bfa_q_deq(&mod->req_wait_q, &wqe); in bfa_fcxp_put() 646 bfa_q_deq(&mod->rsp_wait_q, &wqe); in bfa_fcxp_put() 1875 bfa_q_deq(&mod->lps_free_q, &lps); in bfa_lps_alloc() 3303 bfa_q_deq(&fcport->stats_pending_q, &qe); in __bfa_cb_fcport_stats_get() 3384 bfa_q_deq(&fcport->statsclr_pending_q, &qe); in __bfa_cb_fcport_stats_clr() 4900 bfa_q_deq(&mod->rp_free_q, &rport); in bfa_rport_alloc() 5279 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc() 5499 bfa_q_deq(&uf_mod->uf_free_q, &uf); in bfa_uf_get()
|
D | bfa_fcpim.c | 1246 bfa_q_deq(&itnim->pending_q, &ioim); in bfa_itnim_iotov_online() 1269 bfa_q_deq(&itnim->pending_q, &ioim); in bfa_itnim_iotov_cleanup() 2951 bfa_q_deq(&fcpim->fcp->iotag_ioim_free_q, &iotag); in bfa_ioim_alloc() 3580 bfa_q_deq(&fcpim->tskim_free_q, &tskim); in bfa_tskim_alloc()
|
D | bfad_im.c | 694 bfa_q_deq(&bfad->active_aen_q, &aen_entry); in bfad_aen_im_notify_handler()
|
D | bfa_ioc.c | 2029 bfa_q_deq(&mod->cmd_q, &cmd); in bfa_ioc_mbox_poll() 2043 bfa_q_deq(&mod->cmd_q, &cmd); in bfa_ioc_mbox_flush() 3232 bfa_q_deq(&timedout_q, &elem); in bfa_timer_beat()
|
D | bfa_core.c | 1939 bfa_q_deq(comp_q, &qe); in bfa_comp_free()
|