Searched refs:comp_q (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/bfa/ |
| A D | bfa.h | 117 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \ 126 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \ 133 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \ 428 void bfa_comp_deq(struct bfa_s *bfa, struct list_head *comp_q); 429 void bfa_comp_process(struct bfa_s *bfa, struct list_head *comp_q); 430 void bfa_comp_free(struct bfa_s *bfa, struct list_head *comp_q);
|
| A D | bfa_core.c | 1538 INIT_LIST_HEAD(&bfa->comp_q); in bfa_iocfc_attach() 1898 bfa_comp_deq(struct bfa_s *bfa, struct list_head *comp_q) in bfa_comp_deq() argument 1900 INIT_LIST_HEAD(comp_q); in bfa_comp_deq() 1901 list_splice_tail_init(&bfa->comp_q, comp_q); in bfa_comp_deq() 1905 bfa_comp_process(struct bfa_s *bfa, struct list_head *comp_q) in bfa_comp_process() argument 1911 list_for_each_safe(qe, qen, comp_q) { in bfa_comp_process() 1923 bfa_comp_free(struct bfa_s *bfa, struct list_head *comp_q) in bfa_comp_free() argument 1928 while (!list_empty(comp_q)) { in bfa_comp_free() 1929 bfa_q_deq(comp_q, &qe); in bfa_comp_free()
|
| A D | bfa_modules.h | 66 struct list_head comp_q; /* pending completions */ member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_fdir.h | 77 u8 comp_q; member
|
| A D | ice_fdir.c | 581 fd_fltr_ctx->comp_q = ICE_FXD_FLTR_QW0_COMP_Q_ZERO; in ice_set_dflt_val_fd_desc() 615 qword |= FIELD_PREP(ICE_FXD_FLTR_QW0_COMP_Q_M, ctx->comp_q); in ice_set_fd_desc_val() 686 fdir_fltr_ctx.comp_q = ICE_FXD_FLTR_QW0_COMP_Q_ZERO; in ice_fdir_get_prgm_desc()
|
Completed in 17 milliseconds