Searched refs:val_16 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/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, in bcmasp_netfilt_tcpip6_wr() 377 __be16 val_16, mask_16; bcmasp_netfilt_wr_to_hw() local [all...] |
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 602 __be16 val_16; in bcmgenet_hfb_create_rxnfc_filter() local 648 val_16 = htons(ETH_P_IP); in bcmgenet_hfb_create_rxnfc_filter() 651 &val_16, &mask_16, sizeof(val_16)); in bcmgenet_hfb_create_rxnfc_filter()
|
/kernel/linux/linux-6.6/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()
|
Completed in 16 milliseconds