Searched refs:tx_ctl_filt (Results 1 – 1 of 1) sorted by relevance
265 fal_tx_ctl_filt_t tx_ctl_filt; in __macsec_drv_init() local289 os_memset(&tx_ctl_filt, 0, sizeof(tx_ctl_filt)); in __macsec_drv_init()290 tx_ctl_filt.bypass = 1; in __macsec_drv_init()291 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()292 tx_ctl_filt.match_mask = 0xffff; in __macsec_drv_init()293 tx_ctl_filt.ether_type_da_range = 0x888e; in __macsec_drv_init()294 ret = nss_macsec_secy_tx_ctl_filt_set(drv->secy_id, 0, &tx_ctl_filt); in __macsec_drv_init()