Searched refs:stfp (Results 1 – 1 of 1) sorted by relevance
434 sfxge_tx_fpp_t *stfp = &(stp->st_fpp); in sfxge_tx_qfpp_put() local448 if (stfp->stf_count < SFXGE_TX_FPP_MAX) { in sfxge_tx_qfpp_put()450 stpp->stp_next = stfp->stf_stpp; in sfxge_tx_qfpp_put()451 stfp->stf_stpp = stpp; in sfxge_tx_qfpp_put()452 stfp->stf_count++; in sfxge_tx_qfpp_put()465 sfxge_tx_fpp_t *stfp = &(stp->st_fpp); in sfxge_tx_qfpp_get() local469 stpp = stfp->stf_stpp; in sfxge_tx_qfpp_get()471 ASSERT3U(stfp->stf_count, ==, 0); in sfxge_tx_qfpp_get()476 stfp->stf_stpp = stpp->stp_next; in sfxge_tx_qfpp_get()479 ASSERT3U(stfp->stf_count, >, 0); in sfxge_tx_qfpp_get()[all …]