Searched defs:_um_txpacket_t (Results 1 – 1 of 1) sorted by relevance
340 typedef struct _um_txpacket_t struct342 lm_packet_t lm_pkt; /* must be the first entry */343 lm_pkt_tx_info_t tx_info;345 mblk_t * pMblk;347 ddi_dma_handle_t cbDmaHandle; /* cb = copy buffer */348 ddi_acc_handle_t cbDmaAccHandle;349 caddr_t pCbBuf;350 lm_address_t cbPhysAddr;352 u32_t cbLength;353 u32_t num_handles; /* number of handles used for pkt */[all …]