Searched refs:int_ql (Results 1 – 3 of 3) sorted by relevance
1381 cmd->tx_max_coalesced_frames = tx_coal->int_ql; in hns3_get_coalesce() 1382 cmd->rx_max_coalesced_frames = rx_coal->int_ql; in hns3_get_coalesce() 1551 tx_vector->tx_group.coal.int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce_per_queue() 1552 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue() 1564 tx_vector->tx_group.coal.int_ql); in hns3_set_coalesce_per_queue() 1567 rx_vector->rx_group.coal.int_ql); in hns3_set_coalesce_per_queue() 1601 tx_coal->int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce() 1602 rx_coal->int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce()
594 tx_coal->int_ql = ptx_coal->int_ql; in hns3_vector_coalesce_init_hw() 595 rx_coal->int_ql = prx_coal->int_ql; in hns3_vector_coalesce_init_hw() 612 hns3_set_vector_coalesce_tx_ql(tqp_vector, tx_coal->int_ql); in hns3_nic_set_real_num_queue() 615 hns3_set_vector_coalesce_rx_ql(tqp_vector, rx_coal->int_ql); in hns3_nic_set_real_num_queue() 4701 tqp_vector->rx_group.coal.int_ql = cur_moder.pkts; in hns3_tx_dim_work() 4721 tqp_vector->tx_group.coal.int_ql = cur_moder.pkts; in hns3_nic_init_vector_data() 4827 tx_coal->int_ql = HNS3_INT_QL_DEFAULT_CFG; in hns3_nic_alloc_vector_data() 4828 rx_coal->int_ql in hns3_nic_alloc_vector_data() [all...]
535 u16 int_ql; member