• Home
  • Raw
  • Download

Lines Matching refs:tl

28 	struct channel_tlv *tl =  in bnx2x_add_tlv()  local
31 tl->type = type; in bnx2x_add_tlv()
32 tl->length = length; in bnx2x_add_tlv()
48 bnx2x_add_tlv(bp, &first_tlv->tl, 0, type, length); in bnx2x_vfpf_prep()
58 first_tlv->tl.type); in bnx2x_vfpf_finalize()
213 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_acquire()
318 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_release()
367 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_init()
418 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_close_vf()
505 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_setup_q()
540 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_teardown_queue()
593 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_config_mac()
681 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_set_mcast()
745 bnx2x_add_tlv(bp, req, req->first_tlv.tl.length, CHANNEL_TLV_LIST_END, in bnx2x_vfpf_storm_rx_mode()
863 type = mbx->first_tlv.tl.type; in bnx2x_vf_mbx_resp()
884 if (resp->hdr.tl.length > sizeof(u64)) { in bnx2x_vf_mbx_resp()
885 length = resp->hdr.tl.length - sizeof(u64); in bnx2x_vf_mbx_resp()
917 bnx2x_unlock_vf_pf_channel(bp, vf, mbx->first_tlv.tl.type); in bnx2x_vf_mbx_resp()
1553 if (bnx2x_tlv_supported(mbx->first_tlv.tl.type)) { in bnx2x_vf_mbx_request()
1557 bnx2x_lock_vf_pf_channel(bp, vf, mbx->first_tlv.tl.type); in bnx2x_vf_mbx_request()
1560 switch (mbx->first_tlv.tl.type) { in bnx2x_vf_mbx_request()
1592 mbx->first_tlv.tl.type, mbx->first_tlv.tl.length); in bnx2x_vf_mbx_request()
1611 mbx->first_tlv.tl.type); in bnx2x_vf_mbx_request()