Home
last modified time | relevance | path

Searched refs:qed_int_get_sp_sb_id (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_int.h324 u16 qed_int_get_sp_sb_id(struct qed_hwfn *p_hwfn);
Dqed_sp_commands.c305 u16 sb = qed_int_get_sp_sb_id(p_hwfn); in qed_sp_pf_start()
Dqed_ll2.c958 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_rx_queue_start()
1029 p_ramrod->sb_id = cpu_to_le16(qed_int_get_sp_sb_id(p_hwfn)); in qed_sp_ll2_tx_queue_start()
Dqed_int.c1808 u16 qed_int_get_sp_sb_id(struct qed_hwfn *p_hwfn) in qed_int_get_sp_sb_id() function