Lines Matching refs:hw_eq
14 struct hw_eq *eq = NULL; in efct_hw_init_queues()
19 struct hw_eq *eqs[EFCT_HW_MAX_NUM_EQ]; in efct_hw_init_queues()
127 struct hw_eq *
130 struct hw_eq *eq = kzalloc(sizeof(*eq), GFP_KERNEL); in efct_hw_new_eq()
150 hw->hw_eq[eq->instance] = eq; in efct_hw_new_eq()
159 efct_hw_new_cq(struct hw_eq *eq, u32 entry_count) in efct_hw_new_cq()
192 efct_hw_new_cq_set(struct hw_eq *eqs[], struct hw_cq *cqs[], in efct_hw_new_cq_set()
388 efct_hw_del_eq(struct hw_eq *eq) in efct_hw_del_eq()
399 eq->hw->hw_eq[eq->instance] = NULL; in efct_hw_del_eq()
473 struct hw_eq *eq; in efct_hw_queue_teardown()
474 struct hw_eq *eq_next; in efct_hw_queue_teardown()