Home
last modified time | relevance | path

Searched refs:val_16 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/broadcom/asp2/
Dbcmasp.c319 __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 …]
/Linux-v6.6/drivers/pci/controller/dwc/
Dpcie-tegra194.c894 u16 val_16; in tegra_pcie_dw_host_init() local
928 val_16 = dw_pcie_readw_dbi(pci, pcie->pcie_cap_base + in tegra_pcie_dw_host_init()
930 val_16 &= ~PCI_EXP_LNKSTA_SLC; in tegra_pcie_dw_host_init()
932 val_16); in tegra_pcie_dw_host_init()
1753 u16 val_16; in pex_ep_event_pex_rst_deassert() local
1886 val_16 = dw_pcie_readw_dbi(pci, pcie->pcie_cap_base + in pex_ep_event_pex_rst_deassert()
1888 val_16 &= ~PCI_EXP_LNKSTA_SLC; in pex_ep_event_pex_rst_deassert()
1890 val_16); in pex_ep_event_pex_rst_deassert()
/Linux-v6.6/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c584 __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()