Lines Matching refs:ndescs
40 __in uint32_t ndescs, in efx_mcdi_init_rxq() argument
57 int npages = EFX_RXQ_NBUFS(ndescs); in efx_mcdi_init_rxq()
65 EFSYS_ASSERT3U(ndescs, <=, EFX_RXQ_MAXNDESCS); in efx_mcdi_init_rxq()
67 if ((esmp == NULL) || (EFSYS_MEM_SIZE(esmp) < EFX_RXQ_SIZE(ndescs))) { in efx_mcdi_init_rxq()
105 MCDI_IN_SET_DWORD(req, INIT_RXQ_EXT_IN_SIZE, ndescs); in efx_mcdi_init_rxq()
807 __in_ecount(ndescs) efsys_dma_addr_t *addrp, in ef10_rx_qpost()
809 __in unsigned int ndescs, in ef10_rx_qpost() argument
830 EFSYS_ASSERT3U(added - completed + ndescs, <=, in ef10_rx_qpost()
834 for (i = 0; i < ndescs; i++) { in ef10_rx_qpost()
1013 __in size_t ndescs, in ef10_rx_qcreate() argument
1038 if (!ISP2(ndescs) || in ef10_rx_qcreate()
1039 (ndescs < EFX_RXQ_MINNDESCS) || (ndescs > EFX_RXQ_MAXNDESCS)) { in ef10_rx_qcreate()
1152 if ((rc = efx_mcdi_init_rxq(enp, ndescs, eep->ee_index, label, index, in ef10_rx_qcreate()