Searched defs:fill_cmd (Results 1 - 2 of 2) sorted by relevance

/drivers/block/
H A Dcciss.c2526 static int fill_cmd(ctlr_info_t *h, CommandList_struct *c, __u8 cmd, void *buff, function
2677 return_status = fill_cmd(h, c, CCISS_RESET_MSG, NULL, 0, 0,
2679 c->Request.CDB[1] = reset_type; /* fill_cmd defaults to target reset */
2831 return_status = fill_cmd(h, c, cmd, buff, size, page_code,
/drivers/scsi/
H A Dhpsa.c208 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h,
2128 if (fill_cmd(c, HPSA_INQUIRY, h, buf, bufsize,
2159 if (fill_cmd(c, BMIC_SENSE_CONTROLLER_PARAMETERS, h, buf, bufsize,
2189 /* fill_cmd can't fail here, no data buffer to map. */
2190 (void) fill_cmd(c, HPSA_DEVICE_RESET_MSG, h, NULL, 0, 0,
2192 c->Request.CDB[1] = reset_type; /* fill_cmd defaults to LUN reset */
2316 if (fill_cmd(c, HPSA_GET_RAID_MAP, h, &this_device->raid_map,
2457 if (fill_cmd(c, logical ? HPSA_REPORT_LOG : HPSA_REPORT_PHYS, h,
2565 (void) fill_cmd(c, TEST_UNIT_READY, h, NULL, 0, 0, scsi3addr, TYPE_CMD);
4252 /* Send the Test Unit Ready, fill_cmd ca
5265 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, function
[all...]

Completed in 188 milliseconds