tx_max_size      1270 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	cdev->tx_max_size = min_t(unsigned int, ULP2_MAX_PDU_PAYLOAD,
tx_max_size      2108 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	cdev->tx_max_size = min_t(unsigned int, ULP2_MAX_PDU_PAYLOAD,
tx_max_size      2209 drivers/scsi/cxgbi/libcxgbi.c 	max = min(cconn->chba->cdev->tx_max_size, max);
tx_max_size       481 drivers/scsi/cxgbi/libcxgbi.h 	unsigned int tx_max_size;