Lines Matching refs:flag
36 void hns_rcb_wait_fbd_clean(struct hnae_queue **qs, int q_num, u32 flag) in hns_rcb_wait_fbd_clean() argument
44 if (flag & RCB_INT_FLAG_TX) in hns_rcb_wait_fbd_clean()
47 if (flag & RCB_INT_FLAG_RX) in hns_rcb_wait_fbd_clean()
138 void hns_rcb_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask) in hns_rcb_int_ctrl_hw() argument
142 if (flag & RCB_INT_FLAG_TX) { in hns_rcb_int_ctrl_hw()
148 if (flag & RCB_INT_FLAG_RX) { in hns_rcb_int_ctrl_hw()
155 void hns_rcb_int_clr_hw(struct hnae_queue *q, u32 flag) in hns_rcb_int_clr_hw() argument
157 if (flag & RCB_INT_FLAG_TX) { in hns_rcb_int_clr_hw()
162 if (flag & RCB_INT_FLAG_RX) { in hns_rcb_int_clr_hw()
168 void hns_rcbv2_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask) in hns_rcbv2_int_ctrl_hw() argument
172 if (flag & RCB_INT_FLAG_TX) in hns_rcbv2_int_ctrl_hw()
175 if (flag & RCB_INT_FLAG_RX) in hns_rcbv2_int_ctrl_hw()
179 void hns_rcbv2_int_clr_hw(struct hnae_queue *q, u32 flag) in hns_rcbv2_int_clr_hw() argument
181 if (flag & RCB_INT_FLAG_TX) in hns_rcbv2_int_clr_hw()
184 if (flag & RCB_INT_FLAG_RX) in hns_rcbv2_int_clr_hw()