Searched refs:nprealloc (Results 1 – 1 of 1) sorted by relevance
113 static void sfxge_rx_qpreallocate(sfxge_rxq_t *srp, int nprealloc);169 int nprealloc; in sfxge_rx_qctor() local245 nprealloc = ddi_prop_get_int(DDI_DEV_T_ANY, sp->s_dip, in sfxge_rx_qctor()247 sfxge_rx_qpreallocate(srp, nprealloc); in sfxge_rx_qctor()863 sfxge_rx_qpreallocate(sfxge_rxq_t *srp, int nprealloc) in sfxge_rx_qpreallocate() argument866 srfppp->srfpp_lowat = nprealloc; in sfxge_rx_qpreallocate()867 while (nprealloc-- > 0) { in sfxge_rx_qpreallocate()