Symbol: fdma_dcb
drivers/net/ethernet/microchip/fdma/fdma_api.c
133
return ALIGN(sizeof(struct fdma_dcb) * fdma->n_dcbs, PAGE_SIZE);
drivers/net/ethernet/microchip/fdma/fdma_api.c
142
return ALIGN(fdma->n_dcbs * sizeof(struct fdma_dcb) +
drivers/net/ethernet/microchip/fdma/fdma_api.c
37
struct fdma_dcb *dcb = fdma_dcb_get(fdma, dcb_idx);
drivers/net/ethernet/microchip/fdma/fdma_api.h
153
static inline void fdma_dcb_len_set(struct fdma_dcb *dcb, u32 len)
drivers/net/ethernet/microchip/fdma/fdma_api.h
172
static inline struct fdma_dcb *fdma_dcb_get(struct fdma *fdma, int dcb_idx)
drivers/net/ethernet/microchip/fdma/fdma_api.h
178
static inline struct fdma_dcb *fdma_dcb_next_get(struct fdma *fdma)
drivers/net/ethernet/microchip/fdma/fdma_api.h
192
*nextptr = fdma->dma + (sizeof(struct fdma_dcb) * dcb_idx);
drivers/net/ethernet/microchip/fdma/fdma_api.h
203
return fdma->dma + (sizeof(struct fdma_dcb) * fdma->n_dcbs) +
drivers/net/ethernet/microchip/fdma/fdma_api.h
215
return (u8 *)fdma->dcbs + (sizeof(struct fdma_dcb) * fdma->n_dcbs) +
drivers/net/ethernet/microchip/fdma/fdma_api.h
221
static inline bool fdma_is_last(struct fdma *fdma, struct fdma_dcb *dcb)
drivers/net/ethernet/microchip/fdma/fdma_api.h
88
struct fdma_dcb *dcbs;
drivers/net/ethernet/microchip/fdma/fdma_api.h
89
struct fdma_dcb *last_dcb;
drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c
226
(sizeof(struct fdma_dcb) * fdma->n_dcbs) +
drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c
27
*dataptr = fdma->dma + (sizeof(struct fdma_dcb) * fdma->n_dcbs) +