/linux/drivers/s390/net/ |
H A D | qeth_core_main.c | 420 static void qeth_put_cmd(struct qeth_cmd_buffer *iob) in qeth_put_cmd() 438 struct qeth_cmd_buffer *iob = card->read_cmd; in __qeth_issue_next_read() local 480 struct qeth_cmd_buffer *iob) in qeth_enqueue_cmd() 488 struct qeth_cmd_buffer *iob) in qeth_dequeue_cmd() 495 static void qeth_notify_cmd(struct qeth_cmd_buffer *iob, int reason) in qeth_notify_cmd() 881 struct qeth_cmd_buffer *iob; in qeth_clear_ipacmd_list() local 914 struct qeth_cmd_buffer *iob, in qeth_release_buffer_cb() 920 static void qeth_cancel_cmd(struct qeth_cmd_buffer *iob, int rc) in qeth_cancel_cmd() 930 struct qeth_cmd_buffer *iob; in qeth_alloc_cmd() local 956 struct qeth_cmd_buffer *iob, in qeth_issue_next_read_cb() [all …]
|
H A D | qeth_l3_main.c | 320 struct qeth_cmd_buffer *iob; in qeth_l3_send_setdelmc() local 371 struct qeth_cmd_buffer *iob; in qeth_l3_send_setdelip() local 405 struct qeth_cmd_buffer *iob; in qeth_l3_send_setrouting() local 928 struct qeth_cmd_buffer *iob; in qeth_l3_iqd_read_initial_mac() local 959 struct qeth_cmd_buffer *iob; in qeth_l3_get_unique_id() local 1038 struct qeth_cmd_buffer *iob; in qeth_diags_trace() local 1225 struct qeth_cmd_buffer *iob; in qeth_l3_arp_set_no_entries() local 1381 struct qeth_cmd_buffer *iob; in qeth_l3_query_arp_cache_info() local 1453 struct qeth_cmd_buffer *iob; in qeth_l3_arp_modify_entry() local 1490 struct qeth_cmd_buffer *iob; in qeth_l3_arp_flush_cache() local
|
H A D | qeth_l2_main.c | 80 struct qeth_cmd_buffer *iob; in qeth_l2_send_setdelmac() local 235 struct qeth_cmd_buffer *iob; in qeth_l2_send_setdelvlan() local 1658 struct qeth_cmd_buffer *iob; in qeth_sbp_build_cmd() local 1701 struct qeth_cmd_buffer *iob; in qeth_bridgeport_query_support() local 1760 struct qeth_cmd_buffer *iob; in qeth_bridgeport_query_ports() local 1799 struct qeth_cmd_buffer *iob; in qeth_bridgeport_setrole() local 1935 struct qeth_cmd_buffer *iob; in qeth_l2_vnicc_build_cmd() local 1952 struct qeth_cmd_buffer *iob; in qeth_l2_vnicc_query_chars() local 1966 struct qeth_cmd_buffer *iob; in qeth_l2_vnicc_query_cmds() local 1983 struct qeth_cmd_buffer *iob; in qeth_l2_vnicc_set_char() local [all …]
|
H A D | qeth_core.h | 632 static inline void qeth_get_cmd(struct qeth_cmd_buffer *iob) in qeth_get_cmd() 637 static inline struct qeth_ipa_cmd *__ipa_reply(struct qeth_cmd_buffer *iob) in __ipa_reply() 645 static inline struct qeth_ipa_cmd *__ipa_cmd(struct qeth_cmd_buffer *iob) in __ipa_cmd() 650 static inline struct ccw1 *__ccw_from_cmd(struct qeth_cmd_buffer *iob) in __ccw_from_cmd()
|
/linux/arch/mips/include/asm/ |
H A D | barrier.h | 72 #define iob() wbflush() macro 77 #define iob() fast_iob() macro
|
/linux/drivers/rtc/ |
H A D | rtc-gamecube.c | 92 void __iomem *iob; member 99 void __iomem *iob = d->iob; in exi_read() local 128 void __iomem *iob = d->iob; in exi_write() local
|
/linux/arch/loongarch/include/asm/ |
H A D | barrier.h | 47 #define iob() c_sync() macro
|
/linux/drivers/nvme/host/ |
H A D | apple.c | 564 static void apple_nvme_complete_batch(struct io_comp_batch *iob) in apple_nvme_complete_batch() 586 struct io_comp_batch *iob, u16 idx) in apple_nvme_handle_cqe() 621 struct io_comp_batch *iob) in apple_nvme_poll_cq() 939 struct io_comp_batch *iob) in apple_nvme_poll()
|
H A D | pci.c | 1251 static void nvme_pci_complete_batch(struct io_comp_batch *iob) in nvme_pci_complete_batch() 1281 struct io_comp_batch *iob, u16 idx) in nvme_handle_cqe() 1328 struct io_comp_batch *iob) in nvme_poll_cq() 1387 static int nvme_poll(struct blk_mq_hw_ctx *hctx, struct io_comp_batch *iob) in nvme_poll()
|
H A D | ioctl.c | 678 struct io_comp_batch *iob, in nvme_ns_chr_uring_cmd_iopoll()
|
H A D | rdma.c | 2073 static int nvme_rdma_poll(struct blk_mq_hw_ctx *hctx, struct io_comp_batch *iob) in nvme_rdma_poll()
|
H A D | nvme.h | 786 static __always_inline void nvme_complete_batch(struct io_comp_batch *iob, in nvme_complete_batch()
|
H A D | tcp.c | 2785 static int nvme_tcp_poll(struct blk_mq_hw_ctx *hctx, struct io_comp_batch *iob) in nvme_tcp_poll()
|
H A D | core.c | 2140 u32 iob; in nvme_set_chunk_sectors() local
|
/linux/arch/powerpc/platforms/pasemi/ |
H A D | iommu.c | 69 static void __iomem *iob; variable
|
/linux/io_uring/ |
H A D | rw.c | 1238 static int io_uring_classic_poll(struct io_kiocb *req, struct io_comp_batch *iob, in io_uring_classic_poll() 1290 struct io_comp_batch *iob, unsigned int poll_flags) in io_uring_hybrid_poll()
|
/linux/drivers/block/ |
H A D | virtio_blk.c | 1185 static void virtblk_complete_batch(struct io_comp_batch *iob) in virtblk_complete_batch() 1196 static int virtblk_poll(struct blk_mq_hw_ctx *hctx, struct io_comp_batch *iob) in virtblk_poll()
|
/linux/drivers/block/rnbd/ |
H A D | rnbd-clt.c | 1158 static int rnbd_rdma_poll(struct blk_mq_hw_ctx *hctx, struct io_comp_batch *iob) in rnbd_rdma_poll()
|
/linux/drivers/md/ |
H A D | dm.c | 2072 static bool dm_poll_dm_io(struct dm_io *io, struct io_comp_batch *iob, in dm_poll_dm_io() 2085 static int dm_poll_bio(struct bio *bio, struct io_comp_batch *iob, in dm_poll_bio()
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 1296 uint64_t iob:1; member 1331 uint64_t iob:1; member 1369 uint64_t iob:1; member 1413 uint64_t iob:1; member
|
H A D | cvmx-npi-defs.h | 2218 uint64_t iob:1; member 2285 uint64_t iob:1; member 2356 uint64_t iob:1; member 2426 uint64_t iob:1; member
|
H A D | cvmx-npei-defs.h | 3711 uint64_t iob:1; member
|
/linux/drivers/staging/octeon/ |
H A D | octeon-stubs.h | 1009 uint64_t iob:1; member 1042 uint64_t iob:1; member 1077 uint64_t iob:1; member 1111 uint64_t iob:1; member
|
/linux/include/linux/ |
H A D | blk-mq.h | 874 struct io_comp_batch *iob, bool is_error, in blk_mq_add_to_batch()
|