Searched refs:NIX_AQ_CTYPE_SQ (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c179 cn10k_sq_aq->ctype = NIX_AQ_CTYPE_SQ;
188 sq_aq->ctype = NIX_AQ_CTYPE_SQ;
H A Dotx2_dcbnl.c160 cn10k_sq_aq->ctype = NIX_AQ_CTYPE_SQ;
175 sq_aq->ctype = NIX_AQ_CTYPE_SQ;
H A Dcn10k.c103 aq->ctype = NIX_AQ_CTYPE_SQ;
H A Dotx2_common.c917 aq->ctype = NIX_AQ_CTYPE_SQ;
H A Dotx2_pf.c1424 otx2_ctx_disable(&pf->mbox, NIX_AQ_CTYPE_SQ, false);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1892 case NIX_AQ_CTYPE_SQ:
1912 if (ctype == NIX_AQ_CTYPE_SQ && !pfvf->sq_ctx) {
1923 if (ctype == NIX_AQ_CTYPE_SQ) {
1973 if (ctype == NIX_AQ_CTYPE_SQ) {
2005 case NIX_AQ_CTYPE_SQ:
2038 case NIX_AQ_CTYPE_SQ:
2077 NIX_AQ_CTYPE_SQ);
2082 return rvu_dbg_nix_queue_ctx_display(filp, unused, NIX_AQ_CTYPE_SQ);
H A Drvu_nix.c1020 case NIX_AQ_CTYPE_SQ:
1063 if (req->ctype == NIX_AQ_CTYPE_SQ &&
1099 else if (req->ctype == NIX_AQ_CTYPE_SQ)
1118 else if (req->ctype == NIX_AQ_CTYPE_SQ)
1151 if (req->ctype == NIX_AQ_CTYPE_SQ && req->sq.ena)
1167 if (req->ctype == NIX_AQ_CTYPE_SQ) {
1193 else if (req->ctype == NIX_AQ_CTYPE_SQ)
1312 case NIX_AQ_CTYPE_SQ:
1344 if (req->ctype == NIX_AQ_CTYPE_SQ) {
5208 ctx_req.ctype = NIX_AQ_CTYPE_SQ;
[all...]
H A Drvu_struct.h300 NIX_AQ_CTYPE_SQ = 0x1, enumerator in enum:nix_aq_ctype

Completed in 162 milliseconds