Searched refs:scsi_alloc_sgtable (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_cmnd.h135 extern struct scatterlist *scsi_alloc_sgtable(struct scsi_cmnd *, gfp_t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_lib.c704 struct scatterlist *scsi_alloc_sgtable(struct scsi_cmnd *cmd, gfp_t gfp_mask) function
745 EXPORT_SYMBOL(scsi_alloc_sgtable); variable
1007 sgpnt = scsi_alloc_sgtable(cmd, GFP_ATOMIC);
H A Dscsi_tgt_lib.c359 cmd->request_buffer = scsi_alloc_sgtable(cmd, gfp_mask);

Completed in 105 milliseconds