Searched refs:TW_MIN_SGL_LENGTH (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D3w-9xxx.h376 #define TW_MIN_SGL_LENGTH 0x200 /* 512 bytes */ macro
H A D3w-9xxx.c1860 if (tw_dev->srb[request_id]->request_bufflen < TW_MIN_SGL_LENGTH) {
1862 command_packet->sg_list[0].length = cpu_to_le32(TW_MIN_SGL_LENGTH);
1882 if ((tw_dev->srb[request_id]->use_sg == 1) && (tw_dev->srb[request_id]->request_bufflen < TW_MIN_SGL_LENGTH)) {
1890 command_packet->sg_list[0].length = cpu_to_le32(TW_MIN_SGL_LENGTH);
1954 if (tw_dev->srb[request_id]->request_bufflen < TW_MIN_SGL_LENGTH &&

Completed in 47 milliseconds