Searched refs:bfa_q_deq (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfad_im.h | 143 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \
|
D | bfa_cs.h | 131 #define bfa_q_deq(_q, _qe) do { \ macro
|
D | bfa_svc.c | 522 bfa_q_deq(&fm->fcxp_req_free_q, &fcxp); in bfa_fcxp_get() 524 bfa_q_deq(&fm->fcxp_rsp_free_q, &fcxp); in bfa_fcxp_get() 604 bfa_q_deq(&mod->req_wait_q, &wqe); in bfa_fcxp_put() 606 bfa_q_deq(&mod->rsp_wait_q, &wqe); in bfa_fcxp_put() 1835 bfa_q_deq(&mod->lps_free_q, &lps); in bfa_lps_alloc() 3259 bfa_q_deq(&fcport->stats_pending_q, &qe); in __bfa_cb_fcport_stats_get() 3337 bfa_q_deq(&fcport->statsclr_pending_q, &qe); in __bfa_cb_fcport_stats_clr() 4853 bfa_q_deq(&mod->rp_free_q, &rport); in bfa_rport_alloc() 5232 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc() 5452 bfa_q_deq(&uf_mod->uf_free_q, &uf); in bfa_uf_get()
|
D | bfa_fcpim.c | 1187 bfa_q_deq(&itnim->pending_q, &ioim); in bfa_itnim_iotov_online() 1210 bfa_q_deq(&itnim->pending_q, &ioim); in bfa_itnim_iotov_cleanup() 2889 bfa_q_deq(&fcpim->fcp->iotag_ioim_free_q, &iotag); in bfa_ioim_alloc() 3516 bfa_q_deq(&fcpim->tskim_free_q, &tskim); in bfa_tskim_alloc()
|
D | bfad_im.c | 682 bfa_q_deq(&bfad->active_aen_q, &aen_entry); in bfad_aen_im_notify_handler()
|
D | bfa_ioc.c | 2013 bfa_q_deq(&mod->cmd_q, &cmd); in bfa_ioc_mbox_poll() 2027 bfa_q_deq(&mod->cmd_q, &cmd); in bfa_ioc_mbox_flush() 3216 bfa_q_deq(&timedout_q, &elem); in bfa_timer_beat()
|
D | bfa_core.c | 1929 bfa_q_deq(comp_q, &qe); in bfa_comp_free()
|