Searched refs:sfxge_tx_packet_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c142 bzero(buf, sizeof (sfxge_tx_packet_t));
150 sfxge_tx_packet_t *stpp = buf;
154 SFXGE_OBJ_CHECK(stpp, sfxge_tx_packet_t);
416 sfxge_tx_packet_destroy(sfxge_t *sp, sfxge_tx_packet_t *stpp)
421 static sfxge_tx_packet_t *
424 sfxge_tx_packet_t *stpp;
432 sfxge_tx_qfpp_put(sfxge_txq_t *stp, sfxge_tx_packet_t *stpp)
461 static inline sfxge_tx_packet_t *
464 sfxge_tx_packet_t *stpp;
494 sfxge_tx_packet_t *stp
[all...]
H A Dsfxge.h493 typedef struct sfxge_tx_packet_s sfxge_tx_packet_t; typedef in typeref:struct:sfxge_tx_packet_s
506 sfxge_tx_packet_t *stp_next;
520 sfxge_tx_packet_t *stf_stpp;
563 sfxge_tx_packet_t *std_get;
564 sfxge_tx_packet_t **std_getp;
623 /* packet pool - sfxge_tx_packet_t */

Completed in 53 milliseconds