Home
last modified time | relevance | path

Searched refs:rxpool (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/phy/
H A Ddp83640.c121 struct list_head rxpool; member
598 list_add(&rxts->list, &dp83640->rxpool); in prune_rx_ts()
842 if (list_empty(&dp83640->rxpool)) { in decode_rxts()
846 rxts = list_first_entry(&dp83640->rxpool, struct rxts, list); in decode_rxts()
860 list_add(&rxts->list, &dp83640->rxpool); in decode_rxts()
1344 list_add(&rxts->list, &dp83640->rxpool); in dp83640_rxtstamp()
1439 INIT_LIST_HEAD(&dp83640->rxpool); in dp83640_probe()
1441 list_add(&dp83640->rx_pool_data[i].list, &dp83640->rxpool); in dp83640_probe()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c684 * map_rxpool_buf_to_ltb - Map given rxpool buffer to offset in an LTB.
685 * @rxpool: The receive buffer pool containing buffer
686 * @bufidx: Index of buffer in rxpool
690 * Map the given buffer identified by [rxpool, bufidx] to an LTB in the
695 static void map_rxpool_buf_to_ltb(struct ibmvnic_rx_pool *rxpool, in map_rxpool_buf_to_ltb() argument
704 WARN_ON(bufidx >= rxpool->size); in map_rxpool_buf_to_ltb()
706 for (i = 0; i < rxpool->ltb_set.num_ltbs; i++) { in map_rxpool_buf_to_ltb()
707 ltb = &rxpool->ltb_set.ltbs[i]; in map_rxpool_buf_to_ltb()
708 nbufs = ltb->size / rxpool->buff_size; in map_rxpool_buf_to_ltb()
715 *offset = bufidx * rxpool in map_rxpool_buf_to_ltb()
[all...]