Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c372 uc_info = kzalloc(sizeof(*uc_info), GFP_KERNEL); in load_fw()
373 if (!uc_info) in load_fw()
406 kfree(uc_info); in load_fw()
1172 if (uc_info[0] == NULL) { in otx2_cpt_create_eng_grps()
1192 if (uc_info[1] == NULL) { in otx2_cpt_create_eng_grps()
1212 if (uc_info[0] == NULL) { in otx2_cpt_create_eng_grps()
1431 if (uc_info[0] == NULL) { in create_eng_caps_discovery_grps()
1445 if (uc_info[0] == NULL) { in create_eng_caps_discovery_grps()
1459 if (uc_info[0] == NULL) { in create_eng_caps_discovery_grps()
1713 if (uc_info[0] == NULL) { in otx2_cpt_dl_custom_egrp_create()
[all …]
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.h194 u64 uc_info : 48; member
H A Dcn10k_ipsec.c422 res->uc_compcode, (u64)res->uc_info, res->esn); in cn10k_wait_for_cpt_respose()