Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h26 u8 num_txqs; member
190 u8 num_txqs; member
Dbnx2x_vfpf.c244 req->resc_request.num_txqs = tx_count; in bnx2x_vfpf_acquire()
298 req->resc_request.num_txqs = in bnx2x_vfpf_acquire()
299 min(req->resc_request.num_txqs, in bnx2x_vfpf_acquire()
300 bp->acquire_resp.resc.num_txqs); in bnx2x_vfpf_acquire()
1202 resc->num_txqs = vf_txq_count(vf) ? : in bnx2x_vf_mbx_acquire_resp()
1239 resc->num_txqs, in bnx2x_vf_mbx_acquire_resp()
1326 acquire->resc_request.num_rxqs, acquire->resc_request.num_txqs, in bnx2x_vf_mbx_acquire()
Dbnx2x_sriov.h161 #define vf_txq_count(vf) ((vf)->alloc_resc.num_txqs)
Dbnx2x_sriov.c882 resc->num_txqs = 0; in bnx2x_iov_static_resc()
2037 (req_resc->num_txqs <= txq_cnt) && in bnx2x_vf_chk_avail_resc()
2093 vf_txq_count(vf) = resc->num_txqs ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_acquire()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbnad.c1523 int num_txqs) in bnad_tx_msix_unregister() argument
1528 for (i = 0; i < num_txqs; i++) { in bnad_tx_msix_unregister()
1542 u32 tx_id, int num_txqs) in bnad_tx_msix_register() argument
1548 for (i = 0; i < num_txqs; i++) { in bnad_tx_msix_register()