Searched refs:p_sb (Results 1 – 7 of 7) sorted by relevance
1338 struct qed_sb_attn_info *p_sb = p_hwfn->p_sb_attn; in qed_int_sb_attn_free() local1340 if (!p_sb) in qed_int_sb_attn_free()1343 if (p_sb->sb_attn) in qed_int_sb_attn_free()1346 p_sb->sb_attn, p_sb->sb_phys); in qed_int_sb_attn_free()1347 kfree(p_sb); in qed_int_sb_attn_free()1410 struct qed_sb_attn_info *p_sb; in qed_int_sb_attn_alloc() local1415 p_sb = kmalloc(sizeof(*p_sb), GFP_KERNEL); in qed_int_sb_attn_alloc()1416 if (!p_sb) in qed_int_sb_attn_alloc()1425 kfree(p_sb); in qed_int_sb_attn_alloc()1430 p_hwfn->p_sb_attn = p_sb; in qed_int_sb_attn_alloc()[all …]
952 struct qed_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in qed_vf_pf_vport_start() local954 if (p_sb) in qed_vf_pf_vport_start()955 req->sb_addr[i] = p_sb->sb_phys; in qed_vf_pf_vport_start()1459 u16 sb_id, struct qed_sb_info *p_sb) in qed_vf_set_sb_info() argument1473 p_iov->sbs_info[sb_id] = p_sb; in qed_vf_set_sb_info()
946 u16 sb_id, struct qed_sb_info *p_sb);1151 struct qed_sb_info *p_sb) in qed_vf_set_sb_info() argument
212 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id; in _qed_eth_queue_to_cid()2518 p_params->p_sb->igu_sb_id); in qed_start_rxq()2568 p_params->p_sb->igu_sb_id); in qed_start_txq()
2124 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()
28 struct qed_sb_info *p_sb; member
2108 params.p_sb = fp->sb_info; in qede_start_txq()2193 q_params.p_sb = fp->sb_info; in qede_start_queues()