Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Ddpti.h77 #define MAX_MESSAGE_SIZE (128) macro
Ddpt_i2o.c1707 u32 msg[MAX_MESSAGE_SIZE]; in adpt_i2o_passthru()
1723 memset(&msg, 0, MAX_MESSAGE_SIZE*4); in adpt_i2o_passthru()
1731 if(size > MAX_MESSAGE_SIZE){ in adpt_i2o_passthru()
1831 memset(&msg, 0, MAX_MESSAGE_SIZE*4); in adpt_i2o_passthru()
1839 if (size > MAX_MESSAGE_SIZE) { in adpt_i2o_passthru()
2222 u32 msg[MAX_MESSAGE_SIZE]; in adpt_scsi_to_i2o()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c547 #define MAX_MESSAGE_SIZE 1536 macro
555 credit_per_maxmsg = MAX_MESSAGE_SIZE / target->tgt_cred_sz; in htc_setup_target_buffer_assignments()
556 if (MAX_MESSAGE_SIZE % target->tgt_cred_sz) in htc_setup_target_buffer_assignments()