Lines Matching refs:tlv
72 struct channel_tlv *tlv = (struct channel_tlv *)tlvs_list; in bnx2x_search_tlv_list() local
75 if (tlv->type == req_tlv) in bnx2x_search_tlv_list()
76 return tlv; in bnx2x_search_tlv_list()
78 if (!tlv->length) { in bnx2x_search_tlv_list()
83 tlvs_list += tlv->length; in bnx2x_search_tlv_list()
84 tlv = (struct channel_tlv *)tlvs_list; in bnx2x_search_tlv_list()
85 } while (tlv->type != CHANNEL_TLV_LIST_END); in bnx2x_search_tlv_list()
96 struct channel_tlv *tlv = (struct channel_tlv *)tlvs_list; in bnx2x_dp_tlv_list() local
98 while (tlv->type != CHANNEL_TLV_LIST_END) { in bnx2x_dp_tlv_list()
101 tlv->type, tlv->length); in bnx2x_dp_tlv_list()
104 tlvs_list += tlv->length; in bnx2x_dp_tlv_list()
107 tlv = (struct channel_tlv *)tlvs_list; in bnx2x_dp_tlv_list()
120 tlv->type, tlv->length); in bnx2x_dp_tlv_list()
1649 struct vfpf_set_q_filters_tlv *tlv, in bnx2x_vf_mbx_macvlan_list() argument
1657 fsz = tlv->n_mac_vlan_filters * in bnx2x_vf_mbx_macvlan_list()
1665 for (i = 0, j = 0; i < tlv->n_mac_vlan_filters; i++) { in bnx2x_vf_mbx_macvlan_list()
1666 struct vfpf_q_mac_vlan_filter *msg_filter = &tlv->filters[i]; in bnx2x_vf_mbx_macvlan_list()