Home
last modified time | relevance | path

Searched defs:_um_txpacket_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnx.h341 typedef struct _um_txpacket_t { struct
343 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 …]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h341 typedef struct _um_txpacket_t struct
343 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 …]