Searched refs:first_tlv (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.h | 123 struct vfpf_first_tlv first_tlv; member 148 struct vfpf_first_tlv first_tlv; member 155 struct vfpf_first_tlv first_tlv; member 231 struct vfpf_first_tlv first_tlv; member 242 struct vfpf_first_tlv first_tlv; member 309 struct vfpf_first_tlv first_tlv; member 334 struct vfpf_first_tlv first_tlv; member 354 struct vfpf_first_tlv first_tlv; member 361 struct vfpf_first_tlv first_tlv; member 371 struct vfpf_first_tlv first_tlv; member
|
D | bnx2x_vfpf.c | 40 static void bnx2x_vfpf_prep(struct bnx2x *bp, struct vfpf_first_tlv *first_tlv, in bnx2x_vfpf_prep() argument 52 bnx2x_add_tlv(bp, &first_tlv->tl, 0, type, length); in bnx2x_vfpf_prep() 55 first_tlv->resp_msg_offset = sizeof(bp->vf2pf_mbox->req); in bnx2x_vfpf_prep() 60 struct vfpf_first_tlv *first_tlv) in bnx2x_vfpf_finalize() argument 63 first_tlv->tl.type); in bnx2x_vfpf_finalize() 234 bnx2x_vfpf_prep(bp, &req->first_tlv, CHANNEL_TLV_ACQUIRE, sizeof(*req)); in bnx2x_vfpf_acquire() 256 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, in bnx2x_vfpf_acquire() 266 req->first_tlv.tl.length + sizeof(struct channel_tlv), in bnx2x_vfpf_acquire() 360 bnx2x_vfpf_finalize(bp, &req->first_tlv); in bnx2x_vfpf_acquire() 392 bnx2x_vfpf_finalize(bp, &req->first_tlv); in bnx2x_vfpf_acquire() [all …]
|
D | bnx2x_sriov.h | 277 struct vfpf_first_tlv first_tlv; /* saved VF request header */ member
|
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_vf.h | 85 struct vfpf_first_tlv first_tlv; member 239 struct vfpf_first_tlv first_tlv; member 258 struct vfpf_first_tlv first_tlv; member 275 struct vfpf_first_tlv first_tlv; member 287 struct vfpf_first_tlv first_tlv; member 297 struct vfpf_first_tlv first_tlv; member 326 struct vfpf_first_tlv first_tlv; member 422 struct vfpf_first_tlv first_tlv; member 426 struct vfpf_first_tlv first_tlv; member 439 struct vfpf_first_tlv first_tlv; member [all …]
|
D | qed_sriov.c | 1213 mbx->req_virt->first_tlv.reply_address + in qed_iov_send_response() 1227 mbx->req_virt->first_tlv.reply_address, in qed_iov_send_response() 3860 mbx->first_tlv = mbx->req_virt->first_tlv; in qed_iov_process_mbx_req() 3864 p_vf->abs_vf_id, mbx->first_tlv.tl.type); in qed_iov_process_mbx_req() 3867 if (qed_iov_tlv_supported(mbx->first_tlv.tl.type) && in qed_iov_process_mbx_req() 3869 switch (mbx->first_tlv.tl.type) { in qed_iov_process_mbx_req() 3922 } else if (qed_iov_tlv_supported(mbx->first_tlv.tl.type)) { in qed_iov_process_mbx_req() 3925 p_vf->abs_vf_id, mbx->first_tlv.tl.type); in qed_iov_process_mbx_req() 3928 mbx->first_tlv.tl.type, in qed_iov_process_mbx_req() 3941 mbx->first_tlv.tl.type, in qed_iov_process_mbx_req() [all …]
|
D | qed_sriov.h | 123 struct vfpf_first_tlv first_tlv; member
|
D | qed_vf.c | 126 p_req->first_tlv.tl.type); in qed_send_msg2pf() 133 *done, p_req->first_tlv.tl.type); in qed_send_msg2pf() 137 *done, p_req->first_tlv.tl.type); in qed_send_msg2pf()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxfw/ |
D | mlxfw_mfa2.c | 265 const struct mlxfw_mfa2_tlv *first_tlv; in mlxfw_mfa2_file_init() local 276 first_tlv = mlxfw_mfa2_tlv_get(mfa2_file, first_tlv_ptr); in mlxfw_mfa2_file_init() 277 if (!first_tlv) { in mlxfw_mfa2_file_init() 282 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, first_tlv); in mlxfw_mfa2_file_init() 298 mfa2_file->first_dev = mlxfw_mfa2_tlv_next(mfa2_file, first_tlv); in mlxfw_mfa2_file_init()
|