Searched refs:pmatch (Results 1 – 5 of 5) sorted by relevance
1045 const struct pci_device_id *pmatch = in dwc2_init_params() local1048 if (pmatch && pmatch->driver_data) { in dwc2_init_params()1049 set_params = (set_params_cb)pmatch->driver_data; in dwc2_init_params()
2106 struct cfg80211_wowlan_nd_match *pmatch; in mwifiex_ret_802_11_scan() local2205 kzalloc(sizeof(*pmatch) + sizeof(u32), in mwifiex_ret_802_11_scan()2208 pmatch = adapter->nd_info->matches[idx]; in mwifiex_ret_802_11_scan()2210 if (pmatch) { in mwifiex_ret_802_11_scan()2211 pmatch->n_channels = 1; in mwifiex_ret_802_11_scan()2212 pmatch->channels[0] = chan_band->chan_number; in mwifiex_ret_802_11_scan()
544 struct efx_tc_match pmatch = *match; in efx_tc_flower_record_encap_match() local550 pmatch.value.enc_ip_tos = 0; in efx_tc_flower_record_encap_match()551 pmatch.mask.enc_ip_tos = 0; in efx_tc_flower_record_encap_match()552 pmatch.value.enc_sport = 0; in efx_tc_flower_record_encap_match()553 pmatch.mask.enc_sport = 0; in efx_tc_flower_record_encap_match()554 rc = efx_tc_flower_record_encap_match(efx, &pmatch, type, in efx_tc_flower_record_encap_match()561 pseudo = pmatch.encap; in efx_tc_flower_record_encap_match()
1390 u16 pmatch[3]; in natsemi_reset() local1412 pmatch[i] = readw(ioaddr + RxFilterData); in natsemi_reset()1451 writew(pmatch[i], ioaddr + RxFilterData); in natsemi_reset()
6663 u16 pmatch = 0; in stmmac_vlan_update() local6678 pmatch = vid; in stmmac_vlan_update()6682 return stmmac_update_vlan_hash(priv, priv->hw, hash, pmatch, is_double); in stmmac_vlan_update()
Completed in 30 milliseconds