Home
last modified time | relevance | path

Searched refs:first_tlv (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h123 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
Dbnx2x_vfpf.c40 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 …]
Dbnx2x_sriov.h276 struct vfpf_first_tlv first_tlv; /* saved VF request header */ member
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h112 struct vfpf_first_tlv first_tlv; member
266 struct vfpf_first_tlv first_tlv; member
285 struct vfpf_first_tlv first_tlv; member
302 struct vfpf_first_tlv first_tlv; member
314 struct vfpf_first_tlv first_tlv; member
324 struct vfpf_first_tlv first_tlv; member
353 struct vfpf_first_tlv first_tlv; member
449 struct vfpf_first_tlv first_tlv; member
453 struct vfpf_first_tlv first_tlv; member
466 struct vfpf_first_tlv first_tlv; member
[all …]
Dqed_sriov.c1233 mbx->req_virt->first_tlv.reply_address + in qed_iov_send_response()
1247 mbx->req_virt->first_tlv.reply_address, in qed_iov_send_response()
3882 mbx->first_tlv = mbx->req_virt->first_tlv; in qed_iov_process_mbx_req()
3886 p_vf->abs_vf_id, mbx->first_tlv.tl.type); in qed_iov_process_mbx_req()
3889 if (qed_iov_tlv_supported(mbx->first_tlv.tl.type) && in qed_iov_process_mbx_req()
3891 switch (mbx->first_tlv.tl.type) { in qed_iov_process_mbx_req()
3944 } else if (qed_iov_tlv_supported(mbx->first_tlv.tl.type)) { in qed_iov_process_mbx_req()
3947 p_vf->abs_vf_id, mbx->first_tlv.tl.type); in qed_iov_process_mbx_req()
3950 mbx->first_tlv.tl.type, in qed_iov_process_mbx_req()
3963 mbx->first_tlv.tl.type, in qed_iov_process_mbx_req()
[all …]
Dqed_sriov.h149 struct vfpf_first_tlv first_tlv; member
Dqed_vf.c139 p_req->first_tlv.tl.type); in qed_send_msg2pf()
146 *done, p_req->first_tlv.tl.type); in qed_send_msg2pf()
150 *done, p_req->first_tlv.tl.type); in qed_send_msg2pf()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2.c264 const struct mlxfw_mfa2_tlv *first_tlv; in mlxfw_mfa2_file_init() local
275 first_tlv = mlxfw_mfa2_tlv_get(mfa2_file, first_tlv_ptr); in mlxfw_mfa2_file_init()
276 if (!first_tlv) { in mlxfw_mfa2_file_init()
281 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, first_tlv); in mlxfw_mfa2_file_init()
297 mfa2_file->first_dev = mlxfw_mfa2_tlv_next(mfa2_file, first_tlv); in mlxfw_mfa2_file_init()