Searched refs:vf_cid (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_cxt.h | 89 enum protocol_type type, u32 *vf_cid);
|
D | qed_cxt.c | 459 enum protocol_type type, u32 *vf_cid) in qed_cxt_get_proto_cid_count() argument 461 if (vf_cid) in qed_cxt_get_proto_cid_count() 462 *vf_cid = p_hwfn->p_cxt_mngr->conn_cfg[type].cids_per_vf; in qed_cxt_get_proto_cid_count()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.h | 410 void bnx2x_iov_set_queue_sp_obj(struct bnx2x *bp, int vf_cid, 561 static inline void bnx2x_iov_set_queue_sp_obj(struct bnx2x *bp, int vf_cid, in bnx2x_iov_set_queue_sp_obj() argument
|
D | bnx2x_sriov.c | 1842 static struct bnx2x_virtf *bnx2x_vf_by_cid(struct bnx2x *bp, int vf_cid) in bnx2x_vf_by_cid() argument 1848 int abs_vfid = (vf_cid >> BNX2X_VF_CID_WND) & (BNX2X_MAX_NUM_OF_VFS-1); in bnx2x_vf_by_cid() 1852 void bnx2x_iov_set_queue_sp_obj(struct bnx2x *bp, int vf_cid, in bnx2x_iov_set_queue_sp_obj() argument 1860 vf = bnx2x_vf_by_cid(bp, vf_cid); in bnx2x_iov_set_queue_sp_obj() 1867 int q_index = vf_cid & ((1 << BNX2X_VF_CID_WND)-1); in bnx2x_iov_set_queue_sp_obj() 1870 BNX2X_ERR("No vf matching cid %d\n", vf_cid); in bnx2x_iov_set_queue_sp_obj()
|