Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c429 const char *op_str; in hns3vf_bind_ring_with_vector() local
446 op_str = mmap ? "Map" : "Unmap"; in hns3vf_bind_ring_with_vector()
451 op_str, queue_id, bind_msg.vector_id, ret); in hns3vf_bind_ring_with_vector()
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c2041 const char *op_str; in enic_fm_dump_tcam_actions() local
2050 op_str = "unknown"; in enic_fm_dump_tcam_actions()
2052 op_str = fmop_str[op->fa_op]; in enic_fm_dump_tcam_actions()
2053 n = snprintf(bp, buf_len, "%s,", op_str); in enic_fm_dump_tcam_actions()