Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/falcon/
H A Dnic.h36 static inline ef4_qword_t *ef4_event(struct ef4_channel *channel, in ef4_event()
39 return ((ef4_qword_t *) (channel->eventq.buf.addr)) + in ef4_event()
53 static inline int ef4_event_present(ef4_qword_t *event) in ef4_event_present()
62 static inline ef4_qword_t *
65 return ((ef4_qword_t *) (tx_queue->txd.buf.addr)) + index; in ef4_tx_desc()
109 static inline ef4_qword_t *
112 return ((ef4_qword_t *) (rx_queue->rxd.buf.addr)) + index; in ef4_rx_desc()
510 ef4_qword_t *event);
H A Dfarch.c84 static inline void ef4_write_buf_tbl(struct ef4_nic *efx, ef4_qword_t *value, in ef4_write_buf_tbl()
170 ef4_qword_t buf_desc; in ef4_init_special_buffer()
285 const ef4_qword_t *txd) in ef4_farch_push_tx_desc()
309 ef4_qword_t *txd; in ef4_farch_tx_write()
370 entries * sizeof(ef4_qword_t)); in ef4_farch_tx_probe()
474 ef4_qword_t *rxd; in ef4_farch_build_rx_desc()
516 entries * sizeof(ef4_qword_t)); in ef4_farch_rx_probe()
796 ef4_qword_t *event) in ef4_farch_generate_event()
812 ef4_qword_t event; in ef4_farch_magic_event()
826 ef4_farch_handle_tx_event(struct ef4_channel *channel, ef4_qword_t *event) in ef4_farch_handle_tx_event()
[all …]
H A Dio.h113 const ef4_qword_t *value, unsigned int index) in ef4_sram_writeq()
164 ef4_qword_t *value, unsigned int index) in ef4_sram_readq()
H A Dbitfield.h83 } ef4_qword_t; typedef
88 ef4_qword_t qword[2];
H A Dnet_driver.h147 ef4_qword_t option;
1054 bool (*handle_global_event)(struct ef4_channel *channel, ef4_qword_t *);
H A Dfalcon.c1741 falcon_handle_global_event(struct ef4_channel *channel, ef4_qword_t *event) in falcon_handle_global_event()