Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h107 struct vfpf_first_tlv first_tlv; member
281 struct vfpf_first_tlv first_tlv; member
301 struct vfpf_first_tlv first_tlv; member
318 struct vfpf_first_tlv first_tlv; member
336 struct vfpf_first_tlv first_tlv; member
351 struct vfpf_first_tlv first_tlv; member
380 struct vfpf_first_tlv first_tlv; member
479 struct vfpf_first_tlv first_tlv; member
483 struct vfpf_first_tlv first_tlv; member
496 struct vfpf_first_tlv first_tlv; member
[all …]
H A Decore_sriov.c1446 mbx->req_virt->first_tlv.reply_address + in ecore_iov_send_response()
1461 mbx->req_virt->first_tlv.reply_address, in ecore_iov_send_response()
4136 mbx->first_tlv = mbx->req_virt->first_tlv; in ecore_iov_process_mbx_req()
4140 p_vf->abs_vf_id, mbx->first_tlv.tl.type); in ecore_iov_process_mbx_req()
4144 mbx->first_tlv.tl.type); in ecore_iov_process_mbx_req()
4150 mbx->first_tlv.tl.type); in ecore_iov_process_mbx_req()
4153 if (ecore_iov_tlv_supported(mbx->first_tlv.tl.type) && in ecore_iov_process_mbx_req()
4156 switch (mbx->first_tlv.tl.type) { in ecore_iov_process_mbx_req()
4206 } else if (ecore_iov_tlv_supported(mbx->first_tlv.tl.type)) { in ecore_iov_process_mbx_req()
4212 if (mbx->first_tlv.tl.type == CHANNEL_TLV_RELEASE) { in ecore_iov_process_mbx_req()
[all …]
H A Decore_sriov.h81 struct vfpf_first_tlv first_tlv; /* saved VF request header */ member
H A Decore_vf.c176 p_req->first_tlv.tl.type); in ecore_send_msg2pf()
183 *done, p_req->first_tlv.tl.type); in ecore_send_msg2pf()
187 *done, p_req->first_tlv.tl.type); in ecore_send_msg2pf()
/freebsd/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c293 const struct mlxfw_mfa2_tlv *first_tlv; in mlxfw_mfa2_file_init() local
304 first_tlv = mlxfw_mfa2_tlv_get(mfa2_file, first_tlv_ptr); in mlxfw_mfa2_file_init()
305 if (!first_tlv) { in mlxfw_mfa2_file_init()
310 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, first_tlv); in mlxfw_mfa2_file_init()
326 mfa2_file->first_dev = mlxfw_mfa2_tlv_next(mfa2_file, first_tlv); in mlxfw_mfa2_file_init()