Symbol: xgbe_channel
sys/dev/axgbe/if_axgbe_pci.c
1526
struct xgbe_channel *channel;
sys/dev/axgbe/if_axgbe_pci.c
1686
struct xgbe_channel *channel;
sys/dev/axgbe/if_axgbe_pci.c
1755
struct xgbe_channel *channel;
sys/dev/axgbe/if_axgbe_pci.c
1828
struct xgbe_channel *channel;
sys/dev/axgbe/if_axgbe_pci.c
1929
struct xgbe_channel *channel;
sys/dev/axgbe/if_axgbe_pci.c
2056
xgbe_enable_rx_tx_int(struct xgbe_prv_data *pdata, struct xgbe_channel *channel)
sys/dev/axgbe/if_axgbe_pci.c
2076
xgbe_disable_rx_tx_int(struct xgbe_prv_data *pdata, struct xgbe_channel *channel)
sys/dev/axgbe/if_axgbe_pci.c
2107
struct xgbe_channel *channel = (struct xgbe_channel *)arg;
sys/dev/axgbe/if_axgbe_pci.c
2138
struct xgbe_channel *channel;
sys/dev/axgbe/if_axgbe_pci.c
768
struct xgbe_channel *channel;
sys/dev/axgbe/if_axgbe_pci.c
779
channel = (struct xgbe_channel*)malloc(sizeof(struct xgbe_channel),
sys/dev/axgbe/if_axgbe_pci.c
931
struct xgbe_channel *channel;
sys/dev/axgbe/if_axgbe_pci.c
98
static void xgbe_disable_rx_tx_int(struct xgbe_prv_data *, struct xgbe_channel *);
sys/dev/axgbe/xgbe-desc.c
122
struct xgbe_channel *channel;
sys/dev/axgbe/xgbe-desc.c
166
struct xgbe_channel *channel;
sys/dev/axgbe/xgbe-dev.c
1300
xgbe_tx_desc_init(struct xgbe_channel *channel)
sys/dev/axgbe/xgbe-dev.c
1327
xgbe_rx_desc_init(struct xgbe_channel *channel)
sys/dev/axgbe/xgbe-dev.c
1350
xgbe_dev_read(struct xgbe_channel *channel)
sys/dev/axgbe/xgbe-dev.c
1519
xgbe_enable_int(struct xgbe_channel *channel, enum xgbe_int int_id)
sys/dev/axgbe/xgbe-dev.c
1568
xgbe_disable_int(struct xgbe_channel *channel, enum xgbe_int int_id)
sys/dev/axgbe/xgbe-dev.c
607
struct xgbe_channel *channel;
sys/dev/axgbe/xgbe-txrx.c
174
struct xgbe_channel *channel;
sys/dev/axgbe/xgbe-txrx.c
373
struct xgbe_channel *channel = pdata->channel[txqid];
sys/dev/axgbe/xgbe-txrx.c
391
struct xgbe_channel *channel = pdata->channel[txqid];
sys/dev/axgbe/xgbe-txrx.c
447
struct xgbe_channel *channel = pdata->channel[iru->iru_qsidx];
sys/dev/axgbe/xgbe-txrx.c
538
struct xgbe_channel *channel = pdata->channel[qsidx];
sys/dev/axgbe/xgbe-txrx.c
562
struct xgbe_channel *channel = pdata->channel[qsidx];
sys/dev/axgbe/xgbe-txrx.c
700
struct xgbe_channel *channel = pdata->channel[ri->iri_qsidx];
sys/dev/axgbe/xgbe.h
1113
struct xgbe_channel *channel[XGBE_MAX_DMA_CHANNELS];
sys/dev/axgbe/xgbe.h
794
int (*enable_int)(struct xgbe_channel *, enum xgbe_int);
sys/dev/axgbe/xgbe.h
795
int (*disable_int)(struct xgbe_channel *, enum xgbe_int);
sys/dev/axgbe/xgbe.h
796
int (*dev_read)(struct xgbe_channel *);
sys/dev/axgbe/xgbe.h
797
void (*tx_desc_init)(struct xgbe_channel *);
sys/dev/axgbe/xgbe.h
798
void (*rx_desc_init)(struct xgbe_channel *);
sys/dev/axgbe/xgbe.h
940
int (*map_tx_skb)(struct xgbe_channel *, struct mbuf *);