Lines Matching refs:pluto
44 struct pluto pluto; member
129 struct pluto *pluto; in pluto_detect() local
150 pluto = (struct pluto *)host->hostdata; in pluto_detect()
152 pluto->fc = fc; in pluto_detect()
209 struct pluto *pluto; in pluto_detect() local
223 host = scsi_register (tpnt, sizeof (struct pluto)); in pluto_detect()
234 pluto = (struct pluto *)host->hostdata; in pluto_detect()
251 pluto->fc = fc; in pluto_detect()
252 memcpy (pluto->rev_str, inq->revision, 4); in pluto_detect()
253 pluto->rev_str[4] = 0; in pluto_detect()
254 p = strchr (pluto->rev_str, ' '); in pluto_detect()
256 memcpy (pluto->fw_rev_str, inq->fw_revision, 4); in pluto_detect()
257 pluto->fw_rev_str[4] = 0; in pluto_detect()
258 p = strchr (pluto->fw_rev_str, ' '); in pluto_detect()
260 memcpy (pluto->serial_str, inq->serial, 12); in pluto_detect()
261 pluto->serial_str[12] = 0; in pluto_detect()
262 p = strchr (pluto->serial_str, ' '); in pluto_detect()
265 …PLD(("Found SSA rev %s fw rev %s serial %s %dx%d\n", pluto->rev_str, pluto->fw_rev_str, pluto->ser… in pluto_detect()
279 struct pluto *pluto = (struct pluto *)host->hostdata; in pluto_release() local
280 fc_channel *fc = pluto->fc; in pluto_release()
294 struct pluto *pluto = (struct pluto *) host->hostdata; in pluto_info() local
297 pluto->rev_str, pluto->fw_rev_str, pluto->serial_str, in pluto_info()
298 host->max_channel, host->max_id, pluto->fc->name); in pluto_info()
301 sprintf(p, " PROM node %x", pluto->fc->dev->prom_node); in pluto_info()