Searched refs:mask_16 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp.c | 336 __be16 val_16, mask_16; in bcmasp_netfilt_tcpip4_wr() local 339 mask_16 = htons(0xFFFF); 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 368 mask_16 = htons(0xFFFF); in bcmasp_netfilt_tcpip6_wr() 370 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip6_wr() 372 mask_16 = htons(mask->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 440 mask_16 = htons(0xFFFF); in bcmasp_netfilt_wr_to_hw() [all …]
|
/linux-6.12.1/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 585 u16 mask_16; in bcmgenet_hfb_create_rxnfc_filter() local 631 mask_16 = 0xFFFF; in bcmgenet_hfb_create_rxnfc_filter() 633 &val_16, &mask_16, sizeof(val_16)); in bcmgenet_hfb_create_rxnfc_filter()
|