Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h115 struct vfpf_first_tlv first_tlv; member
139 struct vfpf_first_tlv first_tlv; member
146 struct vfpf_first_tlv first_tlv; member
220 struct vfpf_first_tlv first_tlv; member
231 struct vfpf_first_tlv first_tlv; member
298 struct vfpf_first_tlv first_tlv; member
323 struct vfpf_first_tlv first_tlv; member
343 struct vfpf_first_tlv first_tlv; member
350 struct vfpf_first_tlv first_tlv; member
360 struct vfpf_first_tlv first_tlv; member
Dbnx2x_vfpf.c38 static void bnx2x_vfpf_prep(struct bnx2x *bp, struct vfpf_first_tlv *first_tlv, in bnx2x_vfpf_prep() argument
50 bnx2x_add_tlv(bp, &first_tlv->tl, 0, type, length); in bnx2x_vfpf_prep()
53 first_tlv->resp_msg_offset = sizeof(bp->vf2pf_mbox->req); in bnx2x_vfpf_prep()
58 struct vfpf_first_tlv *first_tlv) in bnx2x_vfpf_finalize() argument
61 first_tlv->tl.type); in bnx2x_vfpf_finalize()
232 bnx2x_vfpf_prep(bp, &req->first_tlv, CHANNEL_TLV_ACQUIRE, sizeof(*req)); in bnx2x_vfpf_acquire()
253 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, in bnx2x_vfpf_acquire()
261 req->first_tlv.tl.length + sizeof(struct channel_tlv), in bnx2x_vfpf_acquire()
355 bnx2x_vfpf_finalize(bp, &req->first_tlv); in bnx2x_vfpf_acquire()
385 bnx2x_vfpf_finalize(bp, &req->first_tlv); in bnx2x_vfpf_acquire()
[all …]
Dbnx2x_sriov.h264 struct vfpf_first_tlv first_tlv; /* saved VF request header */ member