Searched refs:sxgbe_rx_norm_desc (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_desc.h | 71 struct sxgbe_rx_norm_desc { struct 252 void (*init_rx_desc)(struct sxgbe_rx_norm_desc *p, int disable_rx_ic, 256 int (*get_rx_owner)(struct sxgbe_rx_norm_desc *p); 259 void (*set_rx_owner)(struct sxgbe_rx_norm_desc *p); 262 void (*set_rx_int_on_com)(struct sxgbe_rx_norm_desc *p); 265 int (*get_rx_frame_len)(struct sxgbe_rx_norm_desc *p); 268 int (*get_rx_fd_status)(struct sxgbe_rx_norm_desc *p); 271 int (*get_rx_ld_status)(struct sxgbe_rx_norm_desc *p); 274 int (*rx_wbstatus)(struct sxgbe_rx_norm_desc *p,
|
D | sxgbe_desc.c | 216 static void sxgbe_init_rx_desc(struct sxgbe_rx_norm_desc *p, int disable_rx_ic, in sxgbe_init_rx_desc() 225 static int sxgbe_get_rx_owner(struct sxgbe_rx_norm_desc *p) in sxgbe_get_rx_owner() 231 static void sxgbe_set_rx_owner(struct sxgbe_rx_norm_desc *p) in sxgbe_set_rx_owner() 237 static void sxgbe_set_rx_int_on_com(struct sxgbe_rx_norm_desc *p) in sxgbe_set_rx_int_on_com() 243 static int sxgbe_get_rx_frame_len(struct sxgbe_rx_norm_desc *p) in sxgbe_get_rx_frame_len() 249 static int sxgbe_get_rx_fd_status(struct sxgbe_rx_norm_desc *p) in sxgbe_get_rx_fd_status() 255 static int sxgbe_get_rx_ld_status(struct sxgbe_rx_norm_desc *p) in sxgbe_get_rx_ld_status() 262 static int sxgbe_rx_wbstatus(struct sxgbe_rx_norm_desc *p, in sxgbe_rx_wbstatus()
|
D | sxgbe_main.c | 342 struct sxgbe_rx_norm_desc *p, int i, in sxgbe_init_rx_buffers() 376 struct sxgbe_rx_norm_desc *p, int i, in sxgbe_free_rx_buffers() 450 dma_free_coherent(dev, rx_rsize * sizeof(struct sxgbe_rx_norm_desc), in free_rx_ring() 487 rx_rsize * sizeof(struct sxgbe_rx_norm_desc), in init_rx_ring() 510 struct sxgbe_rx_norm_desc *p; in init_rx_ring() 527 struct sxgbe_rx_norm_desc *p; in init_rx_ring() 537 rx_rsize * sizeof(struct sxgbe_rx_norm_desc), in init_rx_ring() 1460 struct sxgbe_rx_norm_desc *p; in sxgbe_rx_refill() 1508 struct sxgbe_rx_norm_desc *p; in sxgbe_rx()
|
D | sxgbe_common.h | 400 struct sxgbe_rx_norm_desc *dma_rx;
|