Searched refs:op_str (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 1651 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 D | hns3_ethdev_vf.c | 688 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 D | hns3_ethdev.c | 2215 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()
|