Searched refs:val_16 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp.c | 319 __be16 val_16, mask_16; in bcmasp_netfilt_tcpip4_wr() local 321 val_16 = htons(ETH_P_IP); in bcmasp_netfilt_tcpip4_wr() 324 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip4_wr() 348 __be16 val_16, mask_16; in bcmasp_netfilt_tcpip6_wr() local 350 val_16 = htons(ETH_P_IPV6); in bcmasp_netfilt_tcpip6_wr() 353 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip6_wr() 354 val_16 = htons(match->tclass << 4); in bcmasp_netfilt_tcpip6_wr() 357 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip6_wr() 377 __be16 val_16, mask_16; in bcmasp_netfilt_wr_to_hw() local 422 val_16 = htons(ETH_P_IP); in bcmasp_netfilt_wr_to_hw() [all …]
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-tegra194.c | 893 u16 val_16; in tegra_pcie_dw_host_init() local 927 val_16 = dw_pcie_readw_dbi(pci, pcie->pcie_cap_base + in tegra_pcie_dw_host_init() 929 val_16 &= ~PCI_EXP_LNKSTA_SLC; in tegra_pcie_dw_host_init() 931 val_16); in tegra_pcie_dw_host_init() 1752 u16 val_16; in pex_ep_event_pex_rst_deassert() local 1885 val_16 = dw_pcie_readw_dbi(pci, pcie->pcie_cap_base + in pex_ep_event_pex_rst_deassert() 1887 val_16 &= ~PCI_EXP_LNKSTA_SLC; in pex_ep_event_pex_rst_deassert() 1889 val_16); in pex_ep_event_pex_rst_deassert()
|
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 584 __be16 val_16; in bcmgenet_hfb_create_rxnfc_filter() local 630 val_16 = htons(ETH_P_IP); in bcmgenet_hfb_create_rxnfc_filter() 633 &val_16, &mask_16, sizeof(val_16)); in bcmgenet_hfb_create_rxnfc_filter()
|