Searched refs:p_xmt_descr (Results 1 – 1 of 1) sorted by relevance
3298 PI_XMT_DESCR *p_xmt_descr; /* ptr to transmit descriptor block entry */ in dfx_xmt_queue_pkt() local3367 p_xmt_descr = &(bp->descr_block_virt->xmt_data[prod]); in dfx_xmt_queue_pkt()3409 …p_xmt_descr->long_0 = (u32) (PI_XMT_DESCR_M_SOP | PI_XMT_DESCR_M_EOP | ((skb->len) << PI_XMT_DESCR… in dfx_xmt_queue_pkt()3410 p_xmt_descr->long_1 = (u32)dma_addr; in dfx_xmt_queue_pkt()