Lines Matching refs:port_id
835 uint32_t mb_tmo, uint8_t port_id, uint32_t sub_opcode, in csio_write_fcoe_link_cond_init_mb() argument
848 FW_FCOE_LINK_CMD_PORTID(port_id))); in csio_write_fcoe_link_cond_init_mb()
1372 csio_mb_portmod_changed(struct csio_hw *hw, uint8_t port_id) in csio_mb_portmod_changed() argument
1378 struct csio_pport *port = &hw->pport[port_id]; in csio_mb_portmod_changed()
1381 csio_info(hw, "Port:%d - port module unplugged\n", port_id); in csio_mb_portmod_changed()
1383 csio_info(hw, "Port:%d - %s port module inserted\n", port_id, in csio_mb_portmod_changed()
1388 "inserted\n", port_id); in csio_mb_portmod_changed()
1392 "TWINAX\n", port_id); in csio_mb_portmod_changed()
1394 csio_info(hw, "Port:%d - transceiver module error\n", port_id); in csio_mb_portmod_changed()
1397 port_id, port->mod_type); in csio_mb_portmod_changed()
1405 uint8_t port_id; in csio_mb_fwevt_handler() local
1412 port_id = FW_PORT_CMD_PORTID_G( in csio_mb_fwevt_handler()
1425 hw->pport[port_id].link_status = in csio_mb_fwevt_handler()
1427 hw->pport[port_id].link_speed = in csio_mb_fwevt_handler()
1430 csio_info(hw, "Port:%x - LINK %s\n", port_id, in csio_mb_fwevt_handler()
1433 if (mod_type != hw->pport[port_id].mod_type) { in csio_mb_fwevt_handler()
1434 hw->pport[port_id].mod_type = mod_type; in csio_mb_fwevt_handler()
1435 csio_mb_portmod_changed(hw, port_id); in csio_mb_fwevt_handler()