Lines Matching refs:port_id
910 uint32_t mb_tmo, uint8_t port_id, uint32_t sub_opcode, in csio_write_fcoe_link_cond_init_mb() argument
923 FW_FCOE_LINK_CMD_PORTID(port_id))); in csio_write_fcoe_link_cond_init_mb()
1446 csio_mb_portmod_changed(struct csio_hw *hw, uint8_t port_id) in csio_mb_portmod_changed() argument
1452 struct csio_pport *port = &hw->pport[port_id]; in csio_mb_portmod_changed()
1455 csio_info(hw, "Port:%d - port module unplugged\n", port_id); in csio_mb_portmod_changed()
1457 csio_info(hw, "Port:%d - %s port module inserted\n", port_id, in csio_mb_portmod_changed()
1462 "inserted\n", port_id); in csio_mb_portmod_changed()
1466 "TWINAX\n", port_id); in csio_mb_portmod_changed()
1468 csio_info(hw, "Port:%d - transceiver module error\n", port_id); in csio_mb_portmod_changed()
1471 port_id, port->mod_type); in csio_mb_portmod_changed()
1479 uint8_t port_id; in csio_mb_fwevt_handler() local
1486 port_id = FW_PORT_CMD_PORTID_GET( in csio_mb_fwevt_handler()
1499 hw->pport[port_id].link_status = in csio_mb_fwevt_handler()
1501 hw->pport[port_id].link_speed = in csio_mb_fwevt_handler()
1504 csio_info(hw, "Port:%x - LINK %s\n", port_id, in csio_mb_fwevt_handler()
1507 if (mod_type != hw->pport[port_id].mod_type) { in csio_mb_fwevt_handler()
1508 hw->pport[port_id].mod_type = mod_type; in csio_mb_fwevt_handler()
1509 csio_mb_portmod_changed(hw, port_id); in csio_mb_fwevt_handler()