Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/event/opdl/
H A Dopdl_evdev.c170 p->p_type = OPDL_INVALID_PORT; in opdl_port_unlink()
408 const char *p_type; in opdl_dump() local
416 if (port->p_type == OPDL_REGULAR_PORT) in opdl_dump()
417 p_type = "REG"; in opdl_dump()
419 p_type = " RX"; in opdl_dump()
421 p_type = " TX"; in opdl_dump()
423 p_type = "SYNC"; in opdl_dump()
425 p_type = "????"; in opdl_dump()
429 if (port->p_type == OPDL_REGULAR_PORT || in opdl_dump()
430 port->p_type == OPDL_ASYNC_PORT) in opdl_dump()
[all …]
H A Dopdl_evdev_init.c44 if (p->p_type == OPDL_PURE_RX_PORT || in enqueue_check()
45 p->p_type == OPDL_ASYNC_PORT) { in enqueue_check()
362 if (port->p_type == OPDL_PURE_RX_PORT) { in opdl_add_event_handlers()
366 } else if (port->p_type == OPDL_PURE_TX_PORT) { in opdl_add_event_handlers()
376 } else if (port->p_type == OPDL_REGULAR_PORT) { in opdl_add_event_handlers()
381 } else if (port->p_type == OPDL_ASYNC_PORT) { in opdl_add_event_handlers()
730 port->p_type = OPDL_REGULAR_PORT; in initialise_all_other_ports()
748 port->p_type = OPDL_PURE_TX_PORT; in initialise_all_other_ports()
768 port->p_type = OPDL_ASYNC_PORT; in initialise_all_other_ports()
886 port->p_type = OPDL_PURE_RX_PORT; in initialise_queue_zero_ports()
H A Dopdl_evdev.h144 enum port_type p_type; member
/dpdk/drivers/net/qede/base/
H A Decore_cxt.c1840 enum protocol_type *p_type, in ecore_cxt_test_cid_acquired() argument
1847 for (*p_type = 0; *p_type < MAX_CONN_TYPES; (*p_type)++) { in ecore_cxt_test_cid_acquired()
1849 *pp_map = &p_mngr->acquired[*p_type]; in ecore_cxt_test_cid_acquired()
1851 *pp_map = &p_mngr->acquired_vf[*p_type][vfid]; in ecore_cxt_test_cid_acquired()
1860 if (*p_type == MAX_CONN_TYPES) { in ecore_cxt_test_cid_acquired()
1874 *p_type = MAX_CONN_TYPES; in ecore_cxt_test_cid_acquired()
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c1691 enum iavf_ipsec_flow_pt_type p_type = IAVF_PATTERN_TYPE(type); in iavf_ipsec_flow_item_parse() local
1703 switch (p_type) { in iavf_ipsec_flow_item_parse()