Lines Matching refs:lcmd
707 struct fw_fcoe_link_cmd *lcmd; in csio_fcoe_enable_link() local
744 lcmd = (struct fw_fcoe_link_cmd *)mbp->mb; in csio_fcoe_enable_link()
746 memcpy(csio_ln_wwnn(ln), lcmd->vnport_wwnn, 8); in csio_fcoe_enable_link()
747 memcpy(csio_ln_wwpn(ln), lcmd->vnport_wwpn, 8); in csio_fcoe_enable_link()
751 memcpy(hw->pport[i].mac, lcmd->phy_mac, 6); in csio_fcoe_enable_link()
1471 struct fw_fcoe_link_cmd *lcmd; in csio_fcoe_fwevt_handler() local
1480 lcmd = (struct fw_fcoe_link_cmd *)cmd; in csio_fcoe_fwevt_handler()
1481 lstatus = lcmd->lstatus; in csio_fcoe_fwevt_handler()
1483 ntohl(lcmd->op_to_portid)); in csio_fcoe_fwevt_handler()
1484 fcfi = FW_FCOE_LINK_CMD_FCFI_GET(ntohl(lcmd->sub_opcode_fcfi)); in csio_fcoe_fwevt_handler()
1485 vnpi = FW_FCOE_LINK_CMD_VNPI_GET(ntohl(lcmd->vnpi_pkd)); in csio_fcoe_fwevt_handler()
1504 lcmd->lstatus); in csio_fcoe_fwevt_handler()