Home | History | Annotate | Download | only in ic

Lines Matching refs:dwc_gmac_dev_dmadesc

45 struct dwc_gmac_dev_dmadesc;
48 void (*tx_init_flags)(struct dwc_gmac_dev_dmadesc *);
49 void (*tx_set_owned_by_dev)(struct dwc_gmac_dev_dmadesc *);
50 int (*tx_is_owned_by_dev)(struct dwc_gmac_dev_dmadesc *);
51 void (*tx_set_len)(struct dwc_gmac_dev_dmadesc *, int);
52 void (*tx_set_first_frag)(struct dwc_gmac_dev_dmadesc *);
53 void (*tx_set_last_frag)(struct dwc_gmac_dev_dmadesc *);
55 void (*rx_init_flags)(struct dwc_gmac_dev_dmadesc *);
56 void (*rx_set_owned_by_dev)(struct dwc_gmac_dev_dmadesc *);
57 int (*rx_is_owned_by_dev)(struct dwc_gmac_dev_dmadesc *);
58 void (*rx_set_len)(struct dwc_gmac_dev_dmadesc *, int);
59 uint32_t (*rx_get_len)(struct dwc_gmac_dev_dmadesc *);
60 int (*rx_has_error)(struct dwc_gmac_dev_dmadesc *);
76 struct dwc_gmac_dev_dmadesc *t_desc; /* VA of TX ring start */
84 struct dwc_gmac_dev_dmadesc *r_desc; /* VA of RX ring start */