Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1484 u32 ctl_ether_types[1] = { ETH_P_PAE }; in aq_macsec_enable() local
1514 for (index = 0; index < ARRAY_SIZE(ctl_ether_types); index++) { in aq_macsec_enable()
1518 if (ctl_ether_types[index] == 0) in aq_macsec_enable()
1522 tx_ctlf_rec.eth_type = ctl_ether_types[index]; in aq_macsec_enable()
1530 rx_prectlf_rec.eth_type = ctl_ether_types[index]; in aq_macsec_enable()