Lines Matching refs:link_status
840 uint8_t cos, bool link_status, uint32_t fcfi, in csio_write_fcoe_link_cond_init_mb() argument
856 cmdp->lstatus = link_status; in csio_write_fcoe_link_cond_init_mb()
1410 uint32_t link_status; in csio_mb_fwevt_handler() local
1429 link_status = ntohl(pcmd->u.info.lstatus_to_modtype); in csio_mb_fwevt_handler()
1430 mod_type = FW_PORT_CMD_MODTYPE_G(link_status); in csio_mb_fwevt_handler()
1431 linkattr = lstatus_to_fwcap(link_status); in csio_mb_fwevt_handler()
1433 hw->pport[port_id].link_status = in csio_mb_fwevt_handler()
1434 FW_PORT_CMD_LSTATUS_G(link_status); in csio_mb_fwevt_handler()
1436 link_status = in csio_mb_fwevt_handler()
1438 mod_type = FW_PORT_CMD_MODTYPE32_G(link_status); in csio_mb_fwevt_handler()
1441 hw->pport[port_id].link_status = in csio_mb_fwevt_handler()
1442 FW_PORT_CMD_LSTATUS32_G(link_status); in csio_mb_fwevt_handler()
1448 hw->pport[port_id].link_status ? "UP" : "DOWN"); in csio_mb_fwevt_handler()