Lines Matching refs:list_head

38 	struct list_head qe;	/*  queue sg page element	*/
43 struct list_head sgpg_q; /* queue of alloced sgpgs */
47 struct list_head qe; /* queue sg page element */
66 struct list_head sgpg_q; /* queue of free SG pages */
67 struct list_head sgpg_wait_q; /* wait queue for SG pages */
74 bfa_status_t bfa_sgpg_malloc(struct bfa_s *bfa, struct list_head *sgpg_q,
76 void bfa_sgpg_mfree(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpgs);
100 struct list_head fcxp_req_free_q; /* free FCXPs used for sending req */
101 struct list_head fcxp_rsp_free_q; /* free FCXPs used for sending req */
102 struct list_head fcxp_active_q; /* active FCXPs */
103 struct list_head req_wait_q; /* wait queue for free req_fcxp */
104 struct list_head rsp_wait_q; /* wait queue for free rsp_fcxp */
105 struct list_head fcxp_req_unused_q; /* unused req_fcxps */
106 struct list_head fcxp_rsp_unused_q; /* unused rsp_fcxps */
163 struct list_head qe; /* fcxp queue element */
177 struct list_head req_sgpg_q; /* SG pages for request buf */
178 struct list_head req_sgpg_wqe; /* wait queue for req SG page */
179 struct list_head rsp_sgpg_q; /* SG pages for response buf */
180 struct list_head rsp_sgpg_wqe; /* wait queue for rsp SG page */
207 struct list_head qe;
256 struct list_head rp_free_q; /* free bfa_rports */
257 struct list_head rp_active_q; /* free bfa_rports */
258 struct list_head rp_unused_q; /* unused bfa rports */
298 struct list_head qe; /* queue element */
326 struct list_head qe; /* queue element */
367 struct list_head uf_free_q; /* free UFs */
368 struct list_head uf_posted_q; /* UFs posted to IOC */
369 struct list_head uf_unused_q; /* unused UF's */
391 struct list_head qe; /* queue element */
425 struct list_head lps_free_q;
426 struct list_head lps_active_q;
427 struct list_head lps_login_q;
504 struct list_head stats_pending_q;
505 struct list_head statsclr_pending_q;