Home
last modified time | relevance | path

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

/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_main.c510 return sprintf(buf, "%d\n", cptpf->sso_pf_func_ovrd); in sso_pf_func_ovrd_show()
518 u8 sso_pf_func_ovrd; in sso_pf_func_ovrd_store() local
523 if (kstrtou8(buf, 0, &sso_pf_func_ovrd)) in sso_pf_func_ovrd_store()
526 cptpf->sso_pf_func_ovrd = sso_pf_func_ovrd; in sso_pf_func_ovrd_store()
561 static DEVICE_ATTR_RW(sso_pf_func_ovrd);
A Dotx2_cptpf.h59 u8 sso_pf_func_ovrd; /* SSO PF_FUNC override bit */ member
A Dotx2_cptpf_mbox.c148 req->sso_pf_func_ovrd = cptpf->sso_pf_func_ovrd; in send_inline_ipsec_inbound_msg()
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cpt.c596 if (req->sso_pf_func_ovrd) in cpt_inline_ipsec_cfg_inbound()
A Dmbox.h1869 u8 sso_pf_func_ovrd; member

Completed in 24 milliseconds