Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Ddpti.h76 #define MAX_MESSAGE_SIZE (128) macro
Ddpt_i2o.c1703 u32 msg[MAX_MESSAGE_SIZE]; in adpt_i2o_passthru()
1719 memset(&msg, 0, MAX_MESSAGE_SIZE*4); in adpt_i2o_passthru()
1727 if(size > MAX_MESSAGE_SIZE){ in adpt_i2o_passthru()
1833 memset(&msg, 0, MAX_MESSAGE_SIZE*4); in adpt_i2o_passthru()
1841 if (size > MAX_MESSAGE_SIZE) { in adpt_i2o_passthru()
2230 u32 msg[MAX_MESSAGE_SIZE]; in adpt_scsi_to_i2o()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
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()