Searched refs:rx_num_pgs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 311 unsigned int rx_num_pgs; /* # of Rx pages */ member
|
H A D | t3_hw.c | 2635 t3_write_reg(adap, A_TP_PMM_RX_MAX_PAGE, p->rx_num_pgs); in partition_mem() 2637 pstructs = p->rx_num_pgs + p->tx_num_pgs; in partition_mem() 2650 mem_region(adap, m, 64 * (p->rx_num_pgs / 24), TP_CMM_MM_RX_FLST_BASE); in partition_mem() 3707 p->rx_num_pgs = pm_num_pages(p->chan_rx_size, p->rx_pg_size); in t3_prep_adapter()
|
H A D | cxgb3_main.c | 2402 m.rx_num_pg = p->rx_num_pgs; in cxgb_extension_ioctl() 2432 m.rx_num_pg = p->rx_num_pgs; in cxgb_extension_ioctl() 2440 p->rx_num_pgs = m.rx_num_pg; in cxgb_extension_ioctl()
|
H A D | cxgb3_offload.c | 452 rx_page_info->num = tp->rx_num_pgs; in cxgb_offload_ctl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 311 unsigned int rx_num_pgs; /* # of Rx pages */ member
|
H A D | t3_hw.c | 2570 t3_write_reg(adap, A_TP_PMM_RX_MAX_PAGE, p->rx_num_pgs); in partition_mem() 2572 pstructs = p->rx_num_pgs + p->tx_num_pgs; in partition_mem() 2585 mem_region(adap, m, 64 * (p->rx_num_pgs / 24), TP_CMM_MM_RX_FLST_BASE); in partition_mem() 3642 p->rx_num_pgs = pm_num_pages(p->chan_rx_size, p->rx_pg_size); in t3_prep_adapter()
|
H A D | cxgb3_main.c | 2402 m.rx_num_pg = p->rx_num_pgs; in cxgb_siocdevprivate() 2432 m.rx_num_pg = p->rx_num_pgs; in cxgb_siocdevprivate() 2440 p->rx_num_pgs = m.rx_num_pg; in cxgb_siocdevprivate()
|
H A D | cxgb3_offload.c | 452 rx_page_info->num = tp->rx_num_pgs; in cxgb_offload_ctl()
|
Completed in 25 milliseconds