Searched defs:_um_txpacket_t (Results 1 – 2 of 2) sorted by relevance
341 typedef struct _um_txpacket_t { struct343 struct _lm_packet_t lm_pkt;345 mblk_t *mp;347 ddi_dma_handle_t *cpyhdl;348 caddr_t cpymem;349 lm_u64_t cpyphy;350 off_t cpyoff;352 u32_t num_handles;353 ddi_dma_handle_t dma_handle[BNX_MAX_SGL_ENTRIES];355 lm_frag_list_t frag_list;[all …]
341 typedef struct _um_txpacket_t struct343 lm_packet_t lm_pkt; /* must be the first entry */344 lm_pkt_tx_info_t tx_info;346 mblk_t * pMblk;348 ddi_dma_handle_t cbDmaHandle; /* cb = copy buffer */349 ddi_acc_handle_t cbDmaAccHandle;350 caddr_t pCbBuf;351 lm_address_t cbPhysAddr;353 u32_t cbLength;354 u32_t num_handles; /* number of handles used for pkt */[all …]