Lines Matching refs:tlv
70 struct channel_tlv *tlv = (struct channel_tlv *)tlvs_list; in bnx2x_search_tlv_list() local
73 if (tlv->type == req_tlv) in bnx2x_search_tlv_list()
74 return tlv; in bnx2x_search_tlv_list()
76 if (!tlv->length) { in bnx2x_search_tlv_list()
81 tlvs_list += tlv->length; in bnx2x_search_tlv_list()
82 tlv = (struct channel_tlv *)tlvs_list; in bnx2x_search_tlv_list()
83 } while (tlv->type != CHANNEL_TLV_LIST_END); in bnx2x_search_tlv_list()
94 struct channel_tlv *tlv = (struct channel_tlv *)tlvs_list; in bnx2x_dp_tlv_list() local
96 while (tlv->type != CHANNEL_TLV_LIST_END) { in bnx2x_dp_tlv_list()
99 tlv->type, tlv->length); in bnx2x_dp_tlv_list()
102 tlvs_list += tlv->length; in bnx2x_dp_tlv_list()
105 tlv = (struct channel_tlv *)tlvs_list; in bnx2x_dp_tlv_list()
118 tlv->type, tlv->length); in bnx2x_dp_tlv_list()
1490 struct vfpf_set_q_filters_tlv *tlv, in bnx2x_vf_mbx_macvlan_list() argument
1498 fsz = tlv->n_mac_vlan_filters * in bnx2x_vf_mbx_macvlan_list()
1506 for (i = 0, j = 0; i < tlv->n_mac_vlan_filters; i++) { in bnx2x_vf_mbx_macvlan_list()
1507 struct vfpf_q_mac_vlan_filter *msg_filter = &tlv->filters[i]; in bnx2x_vf_mbx_macvlan_list()