Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ae_adapt.c519 struct ring_pair_cb *ring_pair = in hns_ae_get_coalesce_usecs() local
522 *tx_usecs = hns_rcb_get_coalesce_usecs(ring_pair->rcb_common, in hns_ae_get_coalesce_usecs()
523 ring_pair->port_id_in_comm); in hns_ae_get_coalesce_usecs()
524 *rx_usecs = hns_rcb_get_coalesce_usecs(ring_pair->rcb_common, in hns_ae_get_coalesce_usecs()
525 ring_pair->port_id_in_comm); in hns_ae_get_coalesce_usecs()
531 struct ring_pair_cb *ring_pair = in hns_ae_get_max_coalesced_frames() local
538 ring_pair->rcb_common, ring_pair->port_id_in_comm); in hns_ae_get_max_coalesced_frames()
541 ring_pair->rcb_common, ring_pair->port_id_in_comm); in hns_ae_get_max_coalesced_frames()
542 *rx_frames = hns_rcb_get_rx_coalesced_frames(ring_pair->rcb_common, in hns_ae_get_max_coalesced_frames()
543 ring_pair->port_id_in_comm); in hns_ae_get_max_coalesced_frames()
[all …]