Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1651 const char *op_str; in enic_fm_dump_tcam_actions() local
1660 op_str = "unknown"; in enic_fm_dump_tcam_actions()
1662 op_str = fmop_str[op->fa_op]; in enic_fm_dump_tcam_actions()
1663 n = snprintf(bp, buf_len, "%s,", op_str); in enic_fm_dump_tcam_actions()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c688 const char *op_str; in hns3vf_bind_ring_with_vector() local
705 op_str = mmap ? "Map" : "Unmap"; in hns3vf_bind_ring_with_vector()
710 op_str, queue_id, bind_msg.vector_id, ret); in hns3vf_bind_ring_with_vector()
H A Dhns3_ethdev.c2215 const char *op_str; in hns3_bind_ring_with_vector() local
2237 op_str = mmap ? "Map" : "Unmap"; in hns3_bind_ring_with_vector()
2241 op_str, queue_id, req->int_vector_id, status); in hns3_bind_ring_with_vector()