Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/char/
Dhwc_rw.c71 #define MAX_MESSAGE_SIZE (MAX_HWCB_ROOM - sizeof(write_hwcb_t)) macro
954 MAX_MESSAGE_SIZE - hwc_data.obuf_start); in do_hwc_write()
1960 if (ioctls->width_htab > MAX_MESSAGE_SIZE) { in set_hwc_ioctls()
1962 tmp.width_htab = MAX_MESSAGE_SIZE; in set_hwc_ioctls()
1970 if (ioctls->columns > MAX_MESSAGE_SIZE) { in set_hwc_ioctls()
1972 tmp.columns = MAX_MESSAGE_SIZE; in set_hwc_ioctls()
/linux-2.4.37.9/drivers/scsi/
Ddpti.h128 #define MAX_MESSAGE_SIZE (128) macro
Ddpt_i2o.c1621 u32 msg[MAX_MESSAGE_SIZE]; in adpt_i2o_passthru()
1636 memset(&msg, 0, MAX_MESSAGE_SIZE*4); in adpt_i2o_passthru()
1644 if(size > MAX_MESSAGE_SIZE){ in adpt_i2o_passthru()
1735 memset(&msg, 0, MAX_MESSAGE_SIZE*4); in adpt_i2o_passthru()
2082 u32 msg[MAX_MESSAGE_SIZE]; in adpt_scsi_to_i2o()