Home
last modified time | relevance | path

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

/f-stack/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);
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h211 const char *(*port_state_str)(enum ibv_port_state port_state);
H A Dmlx5_glue.c368 mlx5_glue_port_state_str(enum ibv_port_state port_state) in mlx5_glue_port_state_str() argument
370 return ibv_port_state_str(port_state); in mlx5_glue_port_state_str()
/f-stack/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
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h813 u8 port_state; member
H A Dice_common.c4134 if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY) in ice_ena_vsi_txq()
4240 if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY) in ice_dis_vsi_txq()
4313 if (!pi || pi->port_state != ICE_SCHED_PORT_STATE_READY) in ice_cfg_vsi_qs()
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()
1260 pi->port_state = ICE_SCHED_PORT_STATE_READY; in ice_sched_init_port()