Searched refs:bfa_q_deq (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/scsi/bfa/ |
D | bfad_im.h | 144 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 | 536 bfa_q_deq(&fm->fcxp_req_free_q, &fcxp); in bfa_fcxp_get() 538 bfa_q_deq(&fm->fcxp_rsp_free_q, &fcxp); in bfa_fcxp_get() 618 bfa_q_deq(&mod->req_wait_q, &wqe); in bfa_fcxp_put() 620 bfa_q_deq(&mod->rsp_wait_q, &wqe); in bfa_fcxp_put() 1849 bfa_q_deq(&mod->lps_free_q, &lps); in bfa_lps_alloc() 3273 bfa_q_deq(&fcport->stats_pending_q, &qe); in __bfa_cb_fcport_stats_get() 3351 bfa_q_deq(&fcport->statsclr_pending_q, &qe); in __bfa_cb_fcport_stats_clr() 4867 bfa_q_deq(&mod->rp_free_q, &rport); in bfa_rport_alloc() 5246 bfa_q_deq(&mod->sgpg_q, &hsgpg); in bfa_sgpg_malloc() 5466 bfa_q_deq(&uf_mod->uf_free_q, &uf); in bfa_uf_get()
|
D | bfa_fcpim.c | 1238 bfa_q_deq(&itnim->pending_q, &ioim); in bfa_itnim_iotov_online() 1261 bfa_q_deq(&itnim->pending_q, &ioim); in bfa_itnim_iotov_cleanup() 2940 bfa_q_deq(&fcpim->fcp->iotag_ioim_free_q, &iotag); in bfa_ioim_alloc() 3567 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 | 2014 bfa_q_deq(&mod->cmd_q, &cmd); in bfa_ioc_mbox_poll() 2028 bfa_q_deq(&mod->cmd_q, &cmd); in bfa_ioc_mbox_flush() 3217 bfa_q_deq(&timedout_q, &elem); in bfa_timer_beat()
|
D | bfa_core.c | 1931 bfa_q_deq(comp_q, &qe); in bfa_comp_free()
|