Searched refs:TX_SC_MAX (Results 1 – 1 of 1) sorted by relevance
20 #define TX_SC_MAX 4 macro202 DECLARE_BITMAP(secy_bitmap, TX_SC_MAX);203 DECLARE_BITMAP(tx_sc_bitmap, TX_SC_MAX);942 any_bit_set = find_first_bit(priv->macsec->secy_bitmap, TX_SC_MAX); in nxp_c45_mdo_dev_open()943 if (any_bit_set == TX_SC_MAX) in nxp_c45_mdo_dev_open()970 any_bit_set = find_first_bit(priv->macsec->secy_bitmap, TX_SC_MAX); in nxp_c45_mdo_dev_stop()971 if (any_bit_set == TX_SC_MAX) in nxp_c45_mdo_dev_stop()994 idx = find_first_zero_bit(priv->macsec->tx_sc_bitmap, TX_SC_MAX); in nxp_c45_mdo_add_secy()995 if (idx == TX_SC_MAX) in nxp_c45_mdo_add_secy()