Home
last modified time | relevance | path

Searched refs:p_sp_sb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c1248 if (!p_hwfn->p_sp_sb) { in qed_int_sp_dpc()
1253 sb_info = &p_hwfn->p_sp_sb->sb_info; in qed_int_sp_dpc()
1758 p_hwfn->p_sp_sb = NULL; in qed_int_sp_sb_free()
1782 p_hwfn->p_sp_sb = p_sb; in qed_int_sp_sb_alloc()
1795 struct qed_sb_sp_info *p_sp_sb = p_hwfn->p_sp_sb; in qed_int_register_cb() local
1801 if (p_sp_sb->pi_info_arr[pi].comp_cb) in qed_int_register_cb()
1805 p_sp_sb->pi_info_arr[pi].cookie = cookie; in qed_int_register_cb()
1817 struct qed_sb_sp_info *p_sp_sb = p_hwfn->p_sp_sb; in qed_int_unregister_cb() local
1822 p_sp_sb->pi_info_arr[pi].comp_cb = NULL; in qed_int_unregister_cb()
1823 p_sp_sb->pi_info_arr[pi].cookie = NULL; in qed_int_unregister_cb()
[all …]
H A Dqed.h579 struct qed_sb_sp_info *p_sp_sb; member