Searched refs:p_sb (Results 1 – 7 of 7) sorted by relevance
1312 struct qed_sb_attn_info *p_sb = p_hwfn->p_sb_attn; in qed_int_sb_attn_free() local1314 if (!p_sb) in qed_int_sb_attn_free()1317 if (p_sb->sb_attn) in qed_int_sb_attn_free()1320 p_sb->sb_attn, p_sb->sb_phys); in qed_int_sb_attn_free()1321 kfree(p_sb); in qed_int_sb_attn_free()1384 struct qed_sb_attn_info *p_sb; in qed_int_sb_attn_alloc() local1389 p_sb = kmalloc(sizeof(*p_sb), GFP_KERNEL); in qed_int_sb_attn_alloc()1390 if (!p_sb) in qed_int_sb_attn_alloc()1399 kfree(p_sb); in qed_int_sb_attn_alloc()1404 p_hwfn->p_sb_attn = p_sb; in qed_int_sb_attn_alloc()[all …]
965 struct qed_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in qed_vf_pf_vport_start() local967 if (p_sb) in qed_vf_pf_vport_start()968 req->sb_addr[i] = p_sb->sb_phys; in qed_vf_pf_vport_start()1472 u16 sb_id, struct qed_sb_info *p_sb) in qed_vf_set_sb_info() argument1486 p_iov->sbs_info[sb_id] = p_sb; in qed_vf_set_sb_info()
973 u16 sb_id, struct qed_sb_info *p_sb);1178 struct qed_sb_info *p_sb) in qed_vf_set_sb_info() argument
236 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _qed_eth_queue_to_cid()2533 p_params->p_sb->igu_sb_id); in qed_start_rxq()2583 p_params->p_sb->igu_sb_id); in qed_start_txq()
2144 params.p_sb = &sb_dummy; in qed_iov_vf_mbx_start_rxq()2480 params.p_sb = &sb_dummy; in qed_iov_vf_mbx_start_txq()
54 struct qed_sb_info *p_sb; member
2000 params.p_sb = fp->sb_info; in qede_start_txq()2085 q_params.p_sb = fp->sb_info; in qede_start_queues()