Searched refs:tx_ctl_filt (Results 1 – 2 of 2) sorted by relevance
89 fal_tx_ctl_filt_t tx_ctl_filt; in __macsec_drv_init() local113 os_memset(&tx_ctl_filt, 0, sizeof(tx_ctl_filt)); in __macsec_drv_init()114 tx_ctl_filt.bypass = 1; in __macsec_drv_init()115 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()116 tx_ctl_filt.match_mask = 0xffff; in __macsec_drv_init()117 tx_ctl_filt.ether_type_da_range = 0x888e; in __macsec_drv_init()118 ret = nss_macsec_secy_tx_ctl_filt_set(drv->secy_id, 0, &tx_ctl_filt); in __macsec_drv_init()