Searched refs:QED_L2_QUEUE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev.c | 218 RESC_NUM(p_hwfn, QED_L2_QUEUE); in qed_resc_alloc() 220 RESC_NUM(p_hwfn, QED_L2_QUEUE); in qed_resc_alloc() 1008 RESC_NUM(p_hwfn, QED_L2_QUEUE)); in qed_hw_set_feat() 1027 resc_num[QED_L2_QUEUE] = MAX_NUM_L2_QUEUES_BB / num_funcs; in qed_hw_get_resc() 1054 p_hwfn->hw_info.resc_num[QED_L2_QUEUE], in qed_hw_get_resc() 1055 p_hwfn->hw_info.resc_start[QED_L2_QUEUE], in qed_hw_get_resc() 1759 if (src_id >= RESC_NUM(p_hwfn, QED_L2_QUEUE)) { in qed_fw_l2_queue() 1762 min = (u16)RESC_START(p_hwfn, QED_L2_QUEUE); in qed_fw_l2_queue() 1763 max = min + RESC_NUM(p_hwfn, QED_L2_QUEUE); in qed_fw_l2_queue() 1771 *dst_id = RESC_START(p_hwfn, QED_L2_QUEUE) + src_id; in qed_fw_l2_queue()
|
D | qed.h | 95 QED_L2_QUEUE, enumerator
|