cxgb_t3_hw.c | 2469 unsigned int m, pstructs, tids = t3_mc5_size(&adap->mc5); local in function:partition_mem 2498 pstructs = p->rx_num_pgs + p->tx_num_pgs; 2500 pstructs += 48; 2501 pstructs -= pstructs % 24; 2502 t3_write_reg(adap, A_TP_CMM_MM_MAX_PSTRUCT, pstructs); 2509 mem_region(adap, m, pstructs * 64, TP_CMM_MM_BASE); 2510 mem_region(adap, m, 64 * (pstructs / 24), TP_CMM_MM_PS_FLST_BASE);
|