Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/bfa/
Dbfa_cs.h116 #define bfa_q_first(_q) ((void *)(((struct list_head *) (_q))->next)) macro
Dbfa_fcpim.c2441 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloced()
2621 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloc()
Dbfa_fcs_lport.c5728 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport()
5776 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_quals()
5833 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_max_speed()
Dbfa_svc.c5279 wqe = bfa_q_first(&mod->sgpg_wait_q); in bfa_sgpg_mfree()