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 | 223 uiip->max_txsz = in cxgb_ulp_iscsi_ctl() 232 uiip->max_txsz = min(val, uiip->max_txsz); in cxgb_ulp_iscsi_ctl()
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1248 uinfo.max_txsz, uinfo.max_rxsz); in cxgb3i_ddp_init() 1277 ddp->rsvd_tag_mask, ddp->max_txsz, uinfo.max_txsz, in cxgb3i_ddp_init()
|
/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1380 unsigned int max_txsz, unsigned int max_rxsz) in cxgbi_ddp_init() argument 1409 ddp->max_txsz = min_t(unsigned int, max_txsz, ULP2_MAX_PKT_SIZE); in cxgbi_ddp_init() 1428 ddp->max_txsz - ISCSI_PDU_NONPAYLOAD_LEN); in cxgbi_ddp_init() 1434 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 | 1430 ddp->rsvd_tag_mask, ddp->max_txsz, lldi->iscsi_iolen, in cxgb4i_ddp_init() 1433 cdev, cdev->tx_max_size, ddp->max_txsz, cdev->rx_max_size, in cxgb4i_ddp_init()
|