• Home
  • Raw
  • Download

Lines Matching refs:list_head

31 	struct list_head qe;	/*  queue sg page element	*/
36 struct list_head sgpg_q; /* queue of alloced sgpgs */
40 struct list_head qe; /* queue sg page element */
59 struct list_head sgpg_q; /* queue of free SG pages */
60 struct list_head sgpg_wait_q; /* wait queue for SG pages */
67 bfa_status_t bfa_sgpg_malloc(struct bfa_s *bfa, struct list_head *sgpg_q,
69 void bfa_sgpg_mfree(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpgs);
93 struct list_head fcxp_req_free_q; /* free FCXPs used for sending req */
94 struct list_head fcxp_rsp_free_q; /* free FCXPs used for sending req */
95 struct list_head fcxp_active_q; /* active FCXPs */
96 struct list_head req_wait_q; /* wait queue for free req_fcxp */
97 struct list_head rsp_wait_q; /* wait queue for free rsp_fcxp */
98 struct list_head fcxp_req_unused_q; /* unused req_fcxps */
99 struct list_head fcxp_rsp_unused_q; /* unused rsp_fcxps */
156 struct list_head qe; /* fcxp queue element */
170 struct list_head req_sgpg_q; /* SG pages for request buf */
171 struct list_head req_sgpg_wqe; /* wait queue for req SG page */
172 struct list_head rsp_sgpg_q; /* SG pages for response buf */
173 struct list_head rsp_sgpg_wqe; /* wait queue for rsp SG page */
200 struct list_head qe;
249 struct list_head rp_free_q; /* free bfa_rports */
250 struct list_head rp_active_q; /* free bfa_rports */
251 struct list_head rp_unused_q; /* unused bfa rports */
291 struct list_head qe; /* queue element */
319 struct list_head qe; /* queue element */
360 struct list_head uf_free_q; /* free UFs */
361 struct list_head uf_posted_q; /* UFs posted to IOC */
362 struct list_head uf_unused_q; /* unused UF's */
384 struct list_head qe; /* queue element */
418 struct list_head lps_free_q;
419 struct list_head lps_active_q;
420 struct list_head lps_login_q;
497 struct list_head stats_pending_q;
498 struct list_head statsclr_pending_q;