Symbol: um_txpacket_t
usr/src/uts/common/io/bnx/bnx_mm.c
442
um_txpacket_t **pkt_ptr;
usr/src/uts/common/io/bnx/bnx_mm.c
443
um_txpacket_t *pkt;
usr/src/uts/common/io/bnx/bnx_mm.c
446
pkt_ptr = (um_txpacket_t **)packet_arr;
usr/src/uts/common/io/bnx/bnxsnd.c
128
bnx_xmit_pkt_unmap(um_txpacket_t * const umpacket)
usr/src/uts/common/io/bnx/bnxsnd.c
140
bnx_xmit_pkt_map(um_txpacket_t * const umpacket, mblk_t * mp)
usr/src/uts/common/io/bnx/bnxsnd.c
163
bnx_xmit_pkt_cpy(um_device_t * const umdevice, um_txpacket_t * const umpacket)
usr/src/uts/common/io/bnx/bnxsnd.c
226
bnx_xmit_pkt_init(um_device_t * const umdevice, um_txpacket_t * const umpacket,
usr/src/uts/common/io/bnx/bnxsnd.c
267
bnx_xmit_pkt_fini(um_txpacket_t * const umpacket)
usr/src/uts/common/io/bnx/bnxsnd.c
286
um_txpacket_t * const umpacket)
usr/src/uts/common/io/bnx/bnxsnd.c
419
um_txpacket_t *umpacket;
usr/src/uts/common/io/bnx/bnxsnd.c
433
memsize = xmitinfo->desc_cnt * sizeof (um_txpacket_t);
usr/src/uts/common/io/bnx/bnxsnd.c
459
umpacket = (um_txpacket_t *)memvirt;
usr/src/uts/common/io/bnx/bnxsnd.c
487
um_txpacket_t *umpacket;
usr/src/uts/common/io/bnx/bnxsnd.c
497
umpacket = (um_txpacket_t *)lmpacket;
usr/src/uts/common/io/bnx/bnxsnd.c
527
um_txpacket_t *umpacket;
usr/src/uts/common/io/bnx/bnxsnd.c
535
umpacket = (um_txpacket_t *)s_list_peek_head(waitq);
usr/src/uts/common/io/bnx/bnxsnd.c
543
umpacket = (um_txpacket_t *)s_list_pop_head(waitq);
usr/src/uts/common/io/bnx/bnxsnd.c
565
um_txpacket_t *umpacket;
usr/src/uts/common/io/bnx/bnxsnd.c
573
umpacket = (um_txpacket_t *)s_list_pop_head(txfreeq);
usr/src/uts/common/io/bnx/bnxsnd.c
595
umpacket = (um_txpacket_t *)s_list_pop_head(&xmitpkts);
usr/src/uts/common/io/bnx/bnxsnd.c
706
um_txpacket_t *umpacket;
usr/src/uts/common/io/bnx/bnxsnd.c
718
umpacket = (um_txpacket_t *)s_list_pop_head(srcq);
usr/src/uts/common/io/bnx/bnxsnd.h
37
int bnx_xmit_pkt_map(um_txpacket_t *const, mblk_t *);
usr/src/uts/common/io/bnxe/bnxe_mm.c
919
um_txpacket_t * pTxPkt = (um_txpacket_t *)pLMPkt;
usr/src/uts/common/io/bnxe/bnxe_tx.c
1092
static um_txpacket_t * BnxeTxPktAlloc(um_device_t * pUM,
usr/src/uts/common/io/bnxe/bnxe_tx.c
1095
um_txpacket_t * pTxPkt;
usr/src/uts/common/io/bnxe/bnxe_tx.c
1101
if ((pTxPkt = kmem_zalloc(sizeof(um_txpacket_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/bnxe/bnxe_tx.c
1115
kmem_free(pTxPkt, sizeof(um_txpacket_t));
usr/src/uts/common/io/bnxe/bnxe_tx.c
1131
kmem_free(pTxPkt, sizeof(um_txpacket_t));
usr/src/uts/common/io/bnxe/bnxe_tx.c
1148
kmem_free(pTxPkt, sizeof(um_txpacket_t));
usr/src/uts/common/io/bnxe/bnxe_tx.c
116
kmem_free(pTxPkt, sizeof(um_txpacket_t));
usr/src/uts/common/io/bnxe/bnxe_tx.c
1174
kmem_free(pTxPkt, sizeof(um_txpacket_t));
usr/src/uts/common/io/bnxe/bnxe_tx.c
1193
um_txpacket_t * pTxPkt;
usr/src/uts/common/io/bnxe/bnxe_tx.c
122
um_txpacket_t * pTxPkt;
usr/src/uts/common/io/bnxe/bnxe_tx.c
126
pTxPkt = (um_txpacket_t *)s_list_pop_head(pPktList);
usr/src/uts/common/io/bnxe/bnxe_tx.c
140
um_txpacket_t * pTxPkt;
usr/src/uts/common/io/bnxe/bnxe_tx.c
147
for (pTxPkt = (um_txpacket_t *)s_list_peek_head(pPktList);
usr/src/uts/common/io/bnxe/bnxe_tx.c
149
pTxPkt = (um_txpacket_t *)s_list_next_entry(&pTxPkt->lm_pkt.link))
usr/src/uts/common/io/bnxe/bnxe_tx.c
176
um_txpacket_t * pTxPkt;
usr/src/uts/common/io/bnxe/bnxe_tx.c
183
pTxPkt = (um_txpacket_t *)s_list_peek_head(&pTxQ->waitTxDescQ);
usr/src/uts/common/io/bnxe/bnxe_tx.c
190
pTxPkt = (um_txpacket_t *)s_list_pop_head(&pTxQ->waitTxDescQ);
usr/src/uts/common/io/bnxe/bnxe_tx.c
304
um_txpacket_t * pTxPkt,
usr/src/uts/common/io/bnxe/bnxe_tx.c
408
um_txpacket_t * pTxPkt)
usr/src/uts/common/io/bnxe/bnxe_tx.c
651
um_txpacket_t * pTxPkt)
usr/src/uts/common/io/bnxe/bnxe_tx.c
74
static um_txpacket_t * BnxeTxPktAlloc(um_device_t * pUM, size_t size);
usr/src/uts/common/io/bnxe/bnxe_tx.c
77
static inline void BnxeTxPktUnmap(um_txpacket_t * pTxPkt)
usr/src/uts/common/io/bnxe/bnxe_tx.c
838
um_txpacket_t * pTxPkt;
usr/src/uts/common/io/bnxe/bnxe_tx.c
845
pTxPkt = (um_txpacket_t *)s_list_pop_head(&pTxQ->freeTxDescQ);
usr/src/uts/common/io/bnxe/bnxe_tx.c
880
pTxPkt = (um_txpacket_t *)s_list_pop_head(&tmpList);
usr/src/uts/common/io/bnxe/bnxe_tx.c
90
static void BnxeTxPktsFree(um_txpacket_t * pTxPkt)