Searched refs:lcmd (Results 1 – 1 of 1) sorted by relevance
725 struct fw_fcoe_link_cmd *lcmd; in csio_fcoe_enable_link() local762 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() local1497 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()[all …]