Searched refs:hc_rate (Results 1 - 6 of 6) sorted by last modified time

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c8608 init_params->rx.hc_rate = bp->rx_ticks ?
8610 init_params->tx.hc_rate = bp->tx_ticks ?
H A Dbnx2x_sp.c4532 hc_usec = init->tx.hc_rate ? 1000000 / init->tx.hc_rate : 0;
4543 hc_usec = init->rx.hc_rate ? 1000000 / init->rx.hc_rate : 0;
H A Dbnx2x_sp.h866 u16 hc_rate; member in struct:bnx2x_queue_init_params::__anon2809
873 u16 hc_rate; member in struct:bnx2x_queue_init_params::__anon2810
H A Dbnx2x_sriov.c137 init_params->tx.hc_rate,
155 init_params->rx.hc_rate,
H A Dbnx2x_vfpf.c598 req->rxq.hc_rate = bp->rx_ticks ? 1000000/bp->rx_ticks : 0;
615 req->txq.hc_rate = bp->tx_ticks ? 1000000/bp->tx_ticks : 0;
1408 init_p->tx.hc_rate = setup_q->txq.hc_rate;
1441 init_p->rx.hc_rate = setup_q->rxq.hc_rate;
H A Dbnx2x_vfpf.h237 u16 hc_rate; /* desired interrupts per sec. */ member in struct:vfpf_setup_q_tlv::vf_pf_rxq_params
265 u16 hc_rate; /* desired interrupts per sec. */ member in struct:vfpf_setup_q_tlv::vf_pf_txq_params

Completed in 809 milliseconds