Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed.h328 u32 resc_start[QED_MAX_RESC]; member
332 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc])
Dqed_mcp.c3303 u32 resc_start; member
3369 p_out_params->resc_start = mfw_resc_info.offset; in qed_mcp_resc_allocation_msg()
3382 p_out_params->resc_start, in qed_mcp_resc_allocation_msg()
3437 *p_resc_start = out_params.resc_start; in qed_mcp_get_resc_info()
Dqed_iscsi.c216 p_init->ll2_rx_queue_id = p_hwfn->hw_info.resc_start[QED_LL2_QUEUE] + in qed_sp_iscsi_func_start()
232 dval = (u8)p_hwfn->hw_info.resc_start[QED_CMDQS_CQS]; in qed_sp_iscsi_func_start()
Dqed_fcoe.c192 tmp = (u16)p_hwfn->hw_info.resc_start[QED_CMDQS_CQS]; in qed_sp_fcoe_func_start()
Dqed_ll2.c1543 qid = p_hwfn->hw_info.resc_start[QED_LL2_QUEUE] + connection_handle; in qed_ll2_establish_connection()