Home
last modified time | relevance | path

Searched refs:ROC_PRIV_FLAGS_CUSTOM (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_ops.c387 switch_header_type != ROC_PRIV_FLAGS_CUSTOM) { in roc_nix_switch_hdr_set()
410 req->mode = ROC_PRIV_FLAGS_CUSTOM; in roc_nix_switch_hdr_set()
413 req->mode = ROC_PRIV_FLAGS_CUSTOM; in roc_nix_switch_hdr_set()
416 req->mode = ROC_PRIV_FLAGS_CUSTOM; in roc_nix_switch_hdr_set()
419 req->mode = ROC_PRIV_FLAGS_CUSTOM; in roc_nix_switch_hdr_set()
H A Droc_mbox.h333 #define ROC_PRIV_FLAGS_CUSTOM BIT_ULL(63) macro