Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Ddpti.h73 #define MAX_MESSAGE_SIZE (128) macro
A Ddpt_i2o.c1653 u32 msg[MAX_MESSAGE_SIZE]; in adpt_i2o_passthru()
1669 memset(&msg, 0, MAX_MESSAGE_SIZE*4); in adpt_i2o_passthru()
1677 if(size > MAX_MESSAGE_SIZE){ in adpt_i2o_passthru()
1783 memset(&msg, 0, MAX_MESSAGE_SIZE*4); in adpt_i2o_passthru()
1791 if (size > MAX_MESSAGE_SIZE) { in adpt_i2o_passthru()
2187 u32 msg[MAX_MESSAGE_SIZE]; in adpt_scsi_to_i2o()
/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc_pipe.c546 #define MAX_MESSAGE_SIZE 1536 macro
554 credit_per_maxmsg = MAX_MESSAGE_SIZE / target->tgt_cred_sz; in htc_setup_target_buffer_assignments()
555 if (MAX_MESSAGE_SIZE % target->tgt_cred_sz) in htc_setup_target_buffer_assignments()

Completed in 14 milliseconds