Searched refs:MPT_SENSE_BUFFER_ALLOC (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/fusion/
H A Dmptbase.h96 #define MPT_SENSE_BUFFER_ALLOC 64 macro
98 #if MPT_SENSE_BUFFER_ALLOC >= 256
99 # undef MPT_SENSE_BUFFER_ALLOC macro
100 # define MPT_SENSE_BUFFER_ALLOC 256 macro
103 # define MPT_SENSE_BUFFER_SIZE MPT_SENSE_BUFFER_ALLOC
451 u8 sense[MPT_SENSE_BUFFER_ALLOC];
H A Dmptscsih.c1501 + (my_idx * MPT_SENSE_BUFFER_ALLOC));
2523 sense_data = ((u8 *)ioc->sense_buf_pool + (req_index * MPT_SENSE_BUFFER_ALLOC));
2750 (req_idx * MPT_SENSE_BUFFER_ALLOC));
2752 MPT_SENSE_BUFFER_ALLOC);
3050 + (my_idx * MPT_SENSE_BUFFER_ALLOC));
H A Dmptctl.c254 (req_index * MPT_SENSE_BUFFER_ALLOC));
1990 + (req_idx * MPT_SENSE_BUFFER_ALLOC));
2077 + (req_idx * MPT_SENSE_BUFFER_ALLOC));
H A Dmptbase.c2652 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC);
4466 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC);
4514 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptbase.h96 #define MPT_SENSE_BUFFER_ALLOC 64 macro
98 #if MPT_SENSE_BUFFER_ALLOC >= 256
99 # undef MPT_SENSE_BUFFER_ALLOC macro
100 # define MPT_SENSE_BUFFER_ALLOC 256 macro
103 # define MPT_SENSE_BUFFER_SIZE MPT_SENSE_BUFFER_ALLOC
451 u8 sense[MPT_SENSE_BUFFER_ALLOC];
H A Dmptscsih.c1501 + (my_idx * MPT_SENSE_BUFFER_ALLOC));
2523 sense_data = ((u8 *)ioc->sense_buf_pool + (req_index * MPT_SENSE_BUFFER_ALLOC));
2750 (req_idx * MPT_SENSE_BUFFER_ALLOC));
2752 MPT_SENSE_BUFFER_ALLOC);
3050 + (my_idx * MPT_SENSE_BUFFER_ALLOC));
H A Dmptctl.c254 (req_index * MPT_SENSE_BUFFER_ALLOC));
1990 + (req_idx * MPT_SENSE_BUFFER_ALLOC));
2077 + (req_idx * MPT_SENSE_BUFFER_ALLOC));
H A Dmptbase.c2652 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC);
4466 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC);
4514 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC);

Completed in 210 milliseconds