Home
last modified time | relevance | path

Searched refs:port_state (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.c105 mlx4_glue_port_state_str(enum ibv_port_state port_state) in mlx4_glue_port_state_str() argument
107 return ibv_port_state_str(port_state); in mlx4_glue_port_state_str()
H A Dmlx4_glue.h46 const char *(*port_state_str)(enum ibv_port_state port_state);
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h233 const char *(*port_state_str)(enum ibv_port_state port_state);
H A Dmlx5_glue.c423 mlx5_glue_port_state_str(enum ibv_port_state port_state) in mlx5_glue_port_state_str() argument
425 return ibv_port_state_str(port_state); in mlx5_glue_port_state_str()
/dpdk/drivers/net/qede/base/
H A Decore_mng_tlv.c506 *p_tlv_buf = (u8 *)&p_drv_buf->port_state; in ecore_mfw_get_fcoe_tlv_value()
507 return sizeof(p_drv_buf->port_state); in ecore_mfw_get_fcoe_tlv_value()
H A Decore_mcp_api.h340 u8 port_state; member
/dpdk/drivers/net/ice/base/
H A Dice_type.h1082 u8 port_state; member
H A Dice_sched.c808 if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY) in ice_sched_clear_port()
811 pi->port_state = ICE_SCHED_PORT_STATE_INIT; in ice_sched_clear_port()
1284 pi->port_state = ICE_SCHED_PORT_STATE_READY; in ice_sched_init_port()
H A Dice_common.c4923 if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY) in ice_ena_vsi_txq()
5029 if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY) in ice_dis_vsi_txq()
5102 if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY) in ice_cfg_vsi_qs()