Searched refs:first_tlv (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/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 | 272 struct vfpf_first_tlv first_tlv; /* saved VF request header */ member
|