Home
last modified time | relevance | path

Searched refs:p_sb (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_int.c1318 struct qed_sb_attn_info *p_sb = p_hwfn->p_sb_attn; in qed_int_sb_attn_free() local
1320 if (!p_sb) in qed_int_sb_attn_free()
1323 if (p_sb->sb_attn) in qed_int_sb_attn_free()
1326 p_sb->sb_attn, p_sb->sb_phys); in qed_int_sb_attn_free()
1327 kfree(p_sb); in qed_int_sb_attn_free()
1390 struct qed_sb_attn_info *p_sb; in qed_int_sb_attn_alloc() local
1395 p_sb = kmalloc(sizeof(*p_sb), GFP_KERNEL); in qed_int_sb_attn_alloc()
1396 if (!p_sb) in qed_int_sb_attn_alloc()
1405 kfree(p_sb); in qed_int_sb_attn_alloc()
1410 p_hwfn->p_sb_attn = p_sb; in qed_int_sb_attn_alloc()
[all …]
Dqed_vf.c959 struct qed_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in qed_vf_pf_vport_start() local
961 if (p_sb) in qed_vf_pf_vport_start()
962 req->sb_addr[i] = p_sb->sb_phys; in qed_vf_pf_vport_start()
1466 u16 sb_id, struct qed_sb_info *p_sb) in qed_vf_set_sb_info() argument
1480 p_iov->sbs_info[sb_id] = p_sb; in qed_vf_set_sb_info()
Dqed_vf.h946 u16 sb_id, struct qed_sb_info *p_sb);
1151 struct qed_sb_info *p_sb) in qed_vf_set_sb_info() argument
Dqed_l2.c212 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _qed_eth_queue_to_cid()
2517 p_params->p_sb->igu_sb_id); in qed_start_rxq()
2567 p_params->p_sb->igu_sb_id); in qed_start_txq()
Dqed_sriov.c2124 params.p_sb = &sb_dummy; in qed_iov_vf_mbx_start_rxq()
2460 params.p_sb = &sb_dummy; in qed_iov_vf_mbx_start_txq()
/kernel/linux/linux-5.10/include/linux/qed/
Dqed_eth_if.h28 struct qed_sb_info *p_sb; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_main.c2105 params.p_sb = fp->sb_info; in qede_start_txq()
2190 q_params.p_sb = fp->sb_info; in qede_start_queues()