Searched refs:sqe (Results 1 – 8 of 8) sorted by relevance
| /include/net/libeth/ |
| A D | tx.h | 124 static inline void libeth_tx_complete(struct libeth_sqe *sqe, in libeth_tx_complete() argument 127 switch (sqe->type) { in libeth_tx_complete() 133 dma_unmap_page(cp->dev, dma_unmap_addr(sqe, dma), in libeth_tx_complete() 134 dma_unmap_len(sqe, len), DMA_TO_DEVICE); in libeth_tx_complete() 140 switch (sqe->type) { in libeth_tx_complete() 142 cp->ss->packets += sqe->packets; in libeth_tx_complete() 143 cp->ss->bytes += sqe->bytes; in libeth_tx_complete() 145 napi_consume_skb(sqe->skb, cp->napi); in libeth_tx_complete() 148 kfree(sqe->raw); in libeth_tx_complete() 154 sqe->type = LIBETH_SQE_EMPTY; in libeth_tx_complete() [all …]
|
| A D | xdp.h | 720 struct libeth_sqe *sqe; in libeth_xdp_tx_fill_buf() local 746 sqe = &sq->sqes[i]; in libeth_xdp_tx_fill_buf() 747 sqe->type = LIBETH_SQE_XDP_TX; in libeth_xdp_tx_fill_buf() 748 sqe->sinfo = sinfo; in libeth_xdp_tx_fill_buf() 991 struct libeth_sqe *sqe; in libeth_xdp_xmit_fill_buf() local 1003 sqe = &sq->sqes[i]; in libeth_xdp_xmit_fill_buf() 1013 sqe->xdpf = xdpf; in libeth_xdp_xmit_fill_buf() 1790 bulk(sqe->sinfo, cp->bq, sqe->nr_frags != 1); in __libeth_xdp_complete_tx() 1797 xsk(sqe->xsk); in __libeth_xdp_complete_tx() 1807 cp->xdp_tx -= sqe->nr_frags; in __libeth_xdp_complete_tx() [all …]
|
| A D | xsk.h | 120 struct libeth_sqe *sqe; in libeth_xsk_tx_fill_buf() local 124 sqe = &sq->sqes[i]; in libeth_xsk_tx_fill_buf() 125 sqe->xsk = xdp; in libeth_xsk_tx_fill_buf() 128 sqe->type = LIBETH_SQE_XSK_TX_FRAG; in libeth_xsk_tx_fill_buf() 132 sqe->type = LIBETH_SQE_XSK_TX; in libeth_xsk_tx_fill_buf() 133 libeth_xdp_tx_fill_stats(sqe, &desc, in libeth_xsk_tx_fill_buf()
|
| /include/trace/events/ |
| A D | io_uring.h | 494 TP_ARGS(sqe, req, error), 520 __entry->user_data = sqe->user_data; 521 __entry->opcode = sqe->opcode; 522 __entry->flags = sqe->flags; 523 __entry->ioprio = sqe->ioprio; 524 __entry->off = sqe->off; 525 __entry->addr = sqe->addr; 526 __entry->len = sqe->len; 528 __entry->buf_index = sqe->buf_index; 531 __entry->pad1 = sqe->__pad2[0]; [all …]
|
| /include/linux/io_uring/ |
| A D | cmd.h | 16 const struct io_uring_sqe *sqe; member 24 static inline const void *io_uring_sqe_cmd(const struct io_uring_sqe *sqe) in io_uring_sqe_cmd() argument 26 return sqe->cmd; in io_uring_sqe_cmd()
|
| /include/linux/qed/ |
| A D | qed_nvmetcp_if.h | 98 struct nvmetcp_wqe *sqe; member
|
| /include/linux/ |
| A D | nvme-fc.h | 56 struct nvme_command sqe; member
|
| A D | hisi_acc_qm.h | 436 int (*fill_sqe)(void *sqe, void *q_parm, void *d_parm); 447 void *sqe; member
|
Completed in 20 milliseconds