Searched refs:first_tlv (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/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() 391 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-6.6.21/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 | 1215 mbx->req_virt->first_tlv.reply_address + in qed_iov_send_response() 1229 mbx->req_virt->first_tlv.reply_address, in qed_iov_send_response() 3900 mbx->first_tlv = mbx->req_virt->first_tlv; in qed_iov_process_mbx_req() 3904 p_vf->abs_vf_id, mbx->first_tlv.tl.type); in qed_iov_process_mbx_req() 3907 if (qed_iov_tlv_supported(mbx->first_tlv.tl.type) && in qed_iov_process_mbx_req() 3909 switch (mbx->first_tlv.tl.type) { in qed_iov_process_mbx_req() 3962 } else if (qed_iov_tlv_supported(mbx->first_tlv.tl.type)) { in qed_iov_process_mbx_req() 3965 p_vf->abs_vf_id, mbx->first_tlv.tl.type); in qed_iov_process_mbx_req() 3968 mbx->first_tlv.tl.type, in qed_iov_process_mbx_req() 3981 mbx->first_tlv.tl.type, in qed_iov_process_mbx_req() [all …]
|
D | qed_sriov.h | 124 struct vfpf_first_tlv first_tlv; member
|
D | qed_vf.c | 123 p_req->first_tlv.tl.type); in qed_send_msg2pf() 130 *done, p_req->first_tlv.tl.type); in qed_send_msg2pf() 134 *done, p_req->first_tlv.tl.type); in qed_send_msg2pf()
|
/linux-6.6.21/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()
|
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_els.c | 10218 struct fc_tlv_desc *tlv, *first_tlv, *current_tlv; in lpfc_els_rcv_fpin() local 10244 first_tlv = tlv; in lpfc_els_rcv_fpin() 10302 memcpy(first_tlv, current_tlv, in lpfc_els_rcv_fpin()
|