Lines Matching refs:coal
1525 tx_vector->tx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()
1527 rx_vector->rx_group.coal.adapt_enable = in hns3_set_coalesce_per_queue()
1530 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1531 rx_vector->rx_group.coal.int_gl = cmd->rx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1533 tx_vector->tx_group.coal.int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1534 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1537 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1539 rx_vector->rx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1544 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1546 tx_vector->tx_group.coal.int_ql); in hns3_set_coalesce_per_queue()
1547 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1549 rx_vector->rx_group.coal.int_ql); in hns3_set_coalesce_per_queue()