Lines Matching refs:lcmd
725 struct fw_fcoe_link_cmd *lcmd; in csio_fcoe_enable_link() local
762 lcmd = (struct fw_fcoe_link_cmd *)mbp->mb; in csio_fcoe_enable_link()
764 memcpy(csio_ln_wwnn(ln), lcmd->vnport_wwnn, 8); in csio_fcoe_enable_link()
765 memcpy(csio_ln_wwpn(ln), lcmd->vnport_wwpn, 8); in csio_fcoe_enable_link()
769 memcpy(hw->pport[i].mac, lcmd->phy_mac, 6); in csio_fcoe_enable_link()
1488 struct fw_fcoe_link_cmd *lcmd; in csio_fcoe_fwevt_handler() local
1497 lcmd = (struct fw_fcoe_link_cmd *)cmd; in csio_fcoe_fwevt_handler()
1498 lstatus = lcmd->lstatus; in csio_fcoe_fwevt_handler()
1500 ntohl(lcmd->op_to_portid)); in csio_fcoe_fwevt_handler()
1501 fcfi = FW_FCOE_LINK_CMD_FCFI_GET(ntohl(lcmd->sub_opcode_fcfi)); in csio_fcoe_fwevt_handler()
1502 vnpi = FW_FCOE_LINK_CMD_VNPI_GET(ntohl(lcmd->vnpi_pkd)); in csio_fcoe_fwevt_handler()
1521 lcmd->lstatus); in csio_fcoe_fwevt_handler()