Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_cs.h124 #define bfa_q_first(_q) ((void *)(((struct list_head *) (_q))->next)) macro
Dbfa_fcpim.c2449 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloced()
2628 ioim->sgpg = bfa_q_first(&ioim->sgpg_q); in bfa_ioim_sgpg_alloc()
Dbfa_fcs_lport.c5736 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport()
5784 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_quals()
5841 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_max_speed()
Dbfa_svc.c5287 wqe = bfa_q_first(&mod->sgpg_wait_q); in bfa_sgpg_mfree()