Searched refs:ULP2_MAX_PDU_PAYLOAD (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i.h130 #define MAX_PDU_FRAGS ((ULP2_MAX_PDU_PAYLOAD + 512 - 1) / 512)
H A Dcxgb3i_ddp.h95 #define ULP2_MAX_PDU_PAYLOAD (ULP2_MAX_PKT_SIZE - ISCSI_PDU_NONPAYLOAD_LEN) macro
H A Dcxgb3i_ddp.c614 *txsz = min_t(unsigned int, ULP2_MAX_PDU_PAYLOAD,
616 *rxsz = min_t(unsigned int, ULP2_MAX_PDU_PAYLOAD,

Completed in 74 milliseconds