Searched refs:val_16 (Results 1 – 2 of 2) 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/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()
|