Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/fdma/
H A Dfdma_api.h72 u64 nextptr; member
190 static inline int fdma_nextptr_cb(struct fdma *fdma, int dcb_idx, u64 *nextptr) in fdma_nextptr_cb() argument
192 *nextptr = fdma->dma + (sizeof(struct fdma_dcb) * dcb_idx); in fdma_nextptr_cb()
230 int (*dcb_cb)(struct fdma *fdma, int dcb_idx, u64 *nextptr),
H A Dfdma_api.c33 int (*dcb_cb)(struct fdma *fdma, int dcb_idx, u64 *nextptr), in __fdma_dcb_add() argument
46 err = dcb_cb(fdma, dcb_idx, &fdma->last_dcb->nextptr); in __fdma_dcb_add()
52 dcb->nextptr = FDMA_DCB_INVALID_DATA; in __fdma_dcb_add()