Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/fddi/
H A Ddefxx.c3309 PI_XMT_DESCR *p_xmt_descr; /* ptr to transmit descriptor block entry */ in dfx_xmt_queue_pkt() local
3378 p_xmt_descr = &(bp->descr_block_virt->xmt_data[prod]); in dfx_xmt_queue_pkt()
3420 p_xmt_descr->long_0 = (u32) (PI_XMT_DESCR_M_SOP | PI_XMT_DESCR_M_EOP | ((skb->len) << PI_XMT_DESCR_V_SEG_LEN)); in dfx_xmt_queue_pkt()
3421 p_xmt_descr->long_1 = (u32)dma_addr; in dfx_xmt_queue_pkt()
/kernel/linux/linux-6.6/drivers/net/fddi/
H A 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()
3409 p_xmt_descr->long_0 = (u32) (PI_XMT_DESCR_M_SOP | PI_XMT_DESCR_M_EOP | ((skb->len) << PI_XMT_DESCR_V_SEG_LEN)); in dfx_xmt_queue_pkt()
3410 p_xmt_descr->long_1 = (u32)dma_addr; in dfx_xmt_queue_pkt()

Completed in 9 milliseconds