Searched refs:mask_16 (Results 1 - 3 of 3) 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 322 mask_16 = htons(0xFFFF); 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 351 mask_16 = htons(0xFFFF); in bcmasp_netfilt_tcpip6_wr() 353 &val_16, &mask_16, sizeof(val_16)); in bcmasp_netfilt_tcpip6_wr() 355 mask_16 = htons(mask->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 423 mask_16 in bcmasp_netfilt_wr_to_hw() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 603 u16 mask_16; in bcmgenet_hfb_create_rxnfc_filter() local 649 mask_16 = 0xFFFF; 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 | 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()
|
Completed in 12 milliseconds