Home
last modified time | relevance | path

Searched refs:TW_CL_MAX_IO_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/twa/
Dtw_osl_freebsd.c556 TW_CL_MAX_IO_SIZE, /* maxsize */ in tw_osli_alloc_mem()
558 TW_CL_MAX_IO_SIZE, /* maxsegsize */ in tw_osli_alloc_mem()
626 TW_CL_MAX_IO_SIZE, /* maxsize */ in tw_osli_alloc_mem()
628 TW_CL_MAX_IO_SIZE, /* maxsegsize */ in tw_osli_alloc_mem()
652 TW_CL_MAX_IO_SIZE, /* maxsize */ in tw_osli_alloc_mem()
654 TW_CL_MAX_IO_SIZE, /* maxsegsize */ in tw_osli_alloc_mem()
Dtw_osl_cam.c264 if (csio->dxfer_len > TW_CL_MAX_IO_SIZE) { in tw_osli_execute_scsi()
432 path_inq->maxio = TW_CL_MAX_IO_SIZE; in twa_action()
Dtw_cl_share.h72 #define TW_CL_MAX_IO_SIZE 0x20000 /* 128K */ macro