Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c970 u16 ctrl_word; in ice_determine_active_flash_banks() local
973 status = ice_read_sr_word(hw, ICE_SR_NVM_CTRL_WORD, &ctrl_word); in ice_determine_active_flash_banks()
980 if (FIELD_GET(ICE_SR_CTRL_WORD_1_M, ctrl_word) != in ice_determine_active_flash_banks()
986 if (!(ctrl_word & ICE_SR_CTRL_WORD_NVM_BANK)) in ice_determine_active_flash_banks()
991 if (!(ctrl_word & ICE_SR_CTRL_WORD_OROM_BANK)) in ice_determine_active_flash_banks()
996 if (!(ctrl_word & ICE_SR_CTRL_WORD_NETLIST_BANK)) in ice_determine_active_flash_banks()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c290 req_info->in[*argcnt].vptr = (u8 *)&rctx->ctrl_word; in create_ctx_hdr()
355 rctx->ctrl_word.flags = 0; in cpt_enc_dec()
896 rctx->ctrl_word.e.enc_data_offset = req->assoclen; in create_aead_ctx_hdr()
924 rctx->ctrl_word.e.iv_offset = req->assoclen - AES_GCM_IV_OFFSET; in create_aead_ctx_hdr()
931 rctx->ctrl_word.flags = cpu_to_be64(rctx->ctrl_word.cflags); in create_aead_ctx_hdr()
957 req_info->in[*argcnt].vptr = (u8 *)&rctx->ctrl_word; in create_aead_ctx_hdr()
1147 rctx->ctrl_word.flags = 0; in cpt_aead_enc_dec()
H A Dotx_cptvf_algs.h161 union otx_cpt_offset_ctrl_word ctrl_word; member
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.h150 union otx2_cpt_offset_ctrl ctrl_word; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c2645 u16 ctrl_word; in ixgbe_determine_active_flash_banks() local
2649 &ctrl_word); in ixgbe_determine_active_flash_banks()
2653 if (FIELD_GET(IXGBE_SR_CTRL_WORD_1_M, ctrl_word) != in ixgbe_determine_active_flash_banks()
2657 if (!(ctrl_word & IXGBE_SR_CTRL_WORD_NVM_BANK)) in ixgbe_determine_active_flash_banks()
2662 if (!(ctrl_word & IXGBE_SR_CTRL_WORD_OROM_BANK)) in ixgbe_determine_active_flash_banks()
2667 if (!(ctrl_word & IXGBE_SR_CTRL_WORD_NETLIST_BANK)) in ixgbe_determine_active_flash_banks()