Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa.h117 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); \
409 void bfa_comp_deq(struct bfa_s *bfa, struct list_head *comp_q);
410 void bfa_comp_process(struct bfa_s *bfa, struct list_head *comp_q);
411 void bfa_comp_free(struct bfa_s *bfa, struct list_head *comp_q);
H A 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
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()
H A Dbfa_modules.h66 struct list_head comp_q; /* pending completions */ member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h74 u8 comp_q; member
H A 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()