Searched refs:max_txsz (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_ctl_defs.h | 125 unsigned int max_txsz; member
|
D | cxgb3_offload.c | 217 uiip->max_txsz = in cxgb_ulp_iscsi_ctl() 226 uiip->max_txsz = min(val, uiip->max_txsz); in cxgb_ulp_iscsi_ctl()
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1247 uinfo.max_txsz, uinfo.max_rxsz); in cxgb3i_ddp_init() 1276 ddp->rsvd_tag_mask, ddp->max_txsz, uinfo.max_txsz, in cxgb3i_ddp_init()
|
/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1376 unsigned int max_txsz, unsigned int max_rxsz) in cxgbi_ddp_init() argument 1405 ddp->max_txsz = min_t(unsigned int, max_txsz, ULP2_MAX_PKT_SIZE); in cxgbi_ddp_init() 1424 ddp->max_txsz - ISCSI_PDU_NONPAYLOAD_LEN); in cxgbi_ddp_init() 1430 cdev->ports[0]->name, cdev->tx_max_size, ddp->max_txsz, in cxgbi_ddp_init()
|
D | libcxgbi.h | 122 unsigned int max_txsz; member
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1427 ddp->rsvd_tag_mask, ddp->max_txsz, lldi->iscsi_iolen, in cxgb4i_ddp_init() 1430 cdev, cdev->tx_max_size, ddp->max_txsz, cdev->rx_max_size, in cxgb4i_ddp_init()
|