Home
last modified time | relevance | path

Searched refs:p_xmt_descr (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/fddi/
Ddefxx.c3298 PI_XMT_DESCR *p_xmt_descr; /* ptr to transmit descriptor block entry */ in dfx_xmt_queue_pkt() local
3367 p_xmt_descr = &(bp->descr_block_virt->xmt_data[prod]); in dfx_xmt_queue_pkt()
3409p_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()