Lines Matching refs:filters

410             if (request->filters[mac_idx].flags & VFPF_Q_FILTER_DEST_MAC_PRESENT) {  in lm_pf_vf_fill_set_q_filters_response()
411 if (request->filters[mac_idx].flags & VFPF_Q_FILTER_SET_MAC) { in lm_pf_vf_fill_set_q_filters_response()
416 lm_status = lm_set_mac_addr(pdev, request->filters[mac_idx].dest_mac, in lm_pf_vf_fill_set_q_filters_response()
2092 mess->filters[idx_entries].flags = VFPF_Q_FILTER_DEST_MAC_PRESENT; in lm_vf_pf_set_q_filters()
2094 mess->filters[idx_entries].flags &= ~VFPF_Q_FILTER_SET_MAC; in lm_vf_pf_set_q_filters()
2096 mess->filters[idx_entries].flags |= VFPF_Q_FILTER_SET_MAC; in lm_vf_pf_set_q_filters()
2098 …mm_memcpy(mess->filters[idx_entries].dest_mac, pbuf + idx_entries*ETHERNET_ADDRESS_SIZE, ETHERNET_… in lm_vf_pf_set_q_filters()
2100 mess->filters[idx_entries].vlan_tag = vlan_tag; in lm_vf_pf_set_q_filters()
2101 mess->filters[idx_entries].flags |= VFPF_Q_FILTER_VLAN_TAG_PRESENT; in lm_vf_pf_set_q_filters()
2181 mess->filters[idx_entries].flags = VFPF_Q_FILTER_DEST_MAC_PRESENT; in lm_vf_pf_set_q_filters()
2183 mess->filters[idx_entries].flags &= ~VFPF_Q_FILTER_SET_MAC; in lm_vf_pf_set_q_filters()
2185 mess->filters[idx_entries].flags |= VFPF_Q_FILTER_SET_MAC; in lm_vf_pf_set_q_filters()
2187 …mm_memcpy(mess->filters[idx_entries].mac, pbuf + idx_entries*ETHERNET_ADDRESS_SIZE, ETHERNET_ADDRE… in lm_vf_pf_set_q_filters()
2189 mess->filters[idx_entries].vlan_tag = vlan_tag; in lm_vf_pf_set_q_filters()
2190 mess->filters[idx_entries].flags |= VFPF_Q_FILTER_VLAN_TAG_PRESENT; in lm_vf_pf_set_q_filters()