Searched refs:ef4_qword_t (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.h36 static inline ef4_qword_t *ef4_event(struct ef4_channel *channel,
39 return ((ef4_qword_t *) (channel->eventq.buf.addr)) +
53 static inline int ef4_event_present(ef4_qword_t *event)
62 static inline ef4_qword_t *
65 return ((ef4_qword_t *) (tx_queue->txd.buf.addr)) + index;
109 static inline ef4_qword_t *
112 return ((ef4_qword_t *) (rx_queue->rxd.buf.addr)) + index;
510 ef4_qword_t *event);
H A Dio.h113 const ef4_qword_t *value, unsigned int index)
164 ef4_qword_t *value, unsigned int index)
H A Dfarch.c84 static inline void ef4_write_buf_tbl(struct ef4_nic *efx, ef4_qword_t *value,
170 ef4_qword_t buf_desc;
285 const ef4_qword_t *txd)
309 ef4_qword_t *txd;
370 entries * sizeof(ef4_qword_t));
474 ef4_qword_t *rxd;
516 entries * sizeof(ef4_qword_t));
796 ef4_qword_t *event)
812 ef4_qword_t event;
826 ef4_farch_handle_tx_event(struct ef4_channel *channel, ef4_qword_t *even
[all...]
H A Dnet_driver.h147 ef4_qword_t option;
1054 bool (*handle_global_event)(struct ef4_channel *channel, ef4_qword_t *);
H A Dbitfield.h22 * we define our datatypes (ef4_oword_t, ef4_qword_t and
83 } ef4_qword_t; typedef in typeref:union:ef4_qword
88 ef4_qword_t qword[2];
H A Dfalcon.c1741 falcon_handle_global_event(struct ef4_channel *channel, ef4_qword_t *event)

Completed in 300 milliseconds