Home
last modified time | relevance | path

Searched refs:comp_q (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/bfa/
Dbfa.h126 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \
135 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \
142 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \
418 void bfa_comp_deq(struct bfa_s *bfa, struct list_head *comp_q);
419 void bfa_comp_process(struct bfa_s *bfa, struct list_head *comp_q);
420 void bfa_comp_free(struct bfa_s *bfa, struct list_head *comp_q);
Dbfa_core.c1534 INIT_LIST_HEAD(&bfa->comp_q); in bfa_iocfc_attach()
1890 bfa_comp_deq(struct bfa_s *bfa, struct list_head *comp_q) in bfa_comp_deq() argument
1892 INIT_LIST_HEAD(comp_q); in bfa_comp_deq()
1893 list_splice_tail_init(&bfa->comp_q, comp_q); in bfa_comp_deq()
1897 bfa_comp_process(struct bfa_s *bfa, struct list_head *comp_q) in bfa_comp_process() argument
1904 list_for_each_safe(qe, qen, comp_q) { in bfa_comp_process()
1917 bfa_comp_free(struct bfa_s *bfa, struct list_head *comp_q) in bfa_comp_free() argument
1922 while (!list_empty(comp_q)) { in bfa_comp_free()
1923 bfa_q_deq(comp_q, &qe); in bfa_comp_free()
Dbfa_modules.h119 struct list_head comp_q; /* pending completions */ member