Searched refs:lcmd (Results 1 – 2 of 2) sorted by relevance
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 in csio_fcoe_fwevt_handler() [all...]
3998 static inline void ncr_flush_done_cmds(struct scsi_cmnd *lcmd) in ncr_flush_done_cmds() argument 4002 while (lcmd) { in ncr_flush_done_cmds() 4003 cmd = lcmd; in ncr_flush_done_cmds() 4004 lcmd = (struct scsi_cmnd *) cmd->host_scribble; in ncr_flush_done_cmds()