Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
A Dcxgb3_ctl_defs.h105 unsigned int ulimit; /* TDDP region end address */ member
121 unsigned int ulimit; member
A Dcxgb3_offload.c215 uiip->ulimit = t3_read_reg(adapter, A_ULPRX_ISCSI_ULIMIT); in cxgb_ulp_iscsi_ctl()
425 ddpp->ulimit = t3_read_reg(adapter, A_ULPRX_TDDP_ULIMIT); in cxgb_offload_ctl()
/drivers/scsi/cxgbi/cxgb3i/
A Dcxgb3i.c1237 if (uinfo.llimit >= uinfo.ulimit) { in cxgb3i_ddp_init()
1239 ndev->name, uinfo.llimit, uinfo.ulimit); in cxgb3i_ddp_init()
1243 ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; in cxgb3i_ddp_init()
1247 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init()
1256 (uinfo.ulimit - uinfo.llimit + 1), in cxgb3i_ddp_init()
1263 uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIFT); in cxgb3i_ddp_init()

Completed in 8 milliseconds