Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa.h118 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \
127 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \
134 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \
410 void bfa_comp_deq(struct bfa_s *bfa, struct list_head *comp_q);
411 void bfa_comp_process(struct bfa_s *bfa, struct list_head *comp_q);
412 void bfa_comp_free(struct bfa_s *bfa, struct list_head *comp_q);
Dbfa_core.c1538 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
1912 list_for_each_safe(qe, qen, comp_q) { in bfa_comp_process()
1925 bfa_comp_free(struct bfa_s *bfa, struct list_head *comp_q) in bfa_comp_free() argument
1930 while (!list_empty(comp_q)) { in bfa_comp_free()
1931 bfa_q_deq(comp_q, &qe); in bfa_comp_free()
Dbfa_modules.h66 struct list_head comp_q; /* pending completions */ member
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_fdir.h72 u8 comp_q; member
Dice_fdir.c574 fd_fltr_ctx->comp_q = ICE_FXD_FLTR_QW0_COMP_Q_ZERO; in ice_set_dflt_val_fd_desc()
609 qword |= ((u64)ctx->comp_q << ICE_FXD_FLTR_QW0_COMP_Q_S) & in ice_set_fd_desc_val()
702 fdir_fltr_ctx.comp_q = ICE_FXD_FLTR_QW0_COMP_Q_ZERO; in ice_fdir_get_prgm_desc()