Searched refs:val_16 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/asp2/ |
| H A D | bcmasp.c | 336 __be16 val_16, mask_16; in bcmasp_netfilt_tcpip4_wr() local 338 val_16 = htons(ETH_P_IP); in bcmasp_netfilt_tcpip4_wr() 341 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip4_wr() 365 __be16 val_16, mask_16; in bcmasp_netfilt_tcpip6_wr() local 367 val_16 = htons(ETH_P_IPV6); in bcmasp_netfilt_tcpip6_wr() 370 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip6_wr() 371 val_16 = htons(match->tclass << 4); in bcmasp_netfilt_tcpip6_wr() 374 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip6_wr() 394 __be16 val_16, mask_16; in bcmasp_netfilt_wr_to_hw() local 439 val_16 = htons(ETH_P_IP); in bcmasp_netfilt_wr_to_hw() [all …]
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-tegra194.c | 875 u16 val_16; in tegra_pcie_dw_host_init() local 903 val_16 = dw_pcie_readw_dbi(pci, pcie->pcie_cap_base + in tegra_pcie_dw_host_init() 905 val_16 &= ~PCI_EXP_LNKSTA_SLC; in tegra_pcie_dw_host_init() 907 val_16); in tegra_pcie_dw_host_init() 1728 u16 val_16; in pex_ep_event_pex_rst_deassert() local 1859 val_16 = dw_pcie_readw_dbi(pci, pcie->pcie_cap_base + in pex_ep_event_pex_rst_deassert() 1861 val_16 &= ~PCI_EXP_LNKSTA_SLC; in pex_ep_event_pex_rst_deassert() 1863 val_16); in pex_ep_event_pex_rst_deassert()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmgenet.c | 603 __be16 val_16; in bcmgenet_hfb_create_rxnfc_filter() local 649 val_16 = htons(ETH_P_IP); in bcmgenet_hfb_create_rxnfc_filter() 652 &val_16, &mask_16, sizeof(val_16)); in bcmgenet_hfb_create_rxnfc_filter()
|