Home
last modified time | relevance | path

Searched defs:send (Results 1 – 25 of 135) sorted by relevance

123456

/openbmc/linux/net/rds/
H A Dib_send.c151 struct rds_ib_send_work *send, in rds_ib_send_unmap_op()
192 struct rds_ib_send_work *send; in rds_ib_send_init_ring() local
216 struct rds_ib_send_work *send; in rds_ib_send_clear_ring() local
247 struct rds_ib_send_work *send; in rds_ib_send_cqe_handler() local
455 struct rds_ib_send_work *send, in rds_ib_set_wr_signal_state()
489 struct rds_ib_send_work *send = NULL; in rds_ib_xmit() local
769 struct rds_ib_send_work *send = NULL; in rds_ib_xmit_atomic() local
855 struct rds_ib_send_work *send = NULL; in rds_ib_xmit_rdma() local
/openbmc/linux/drivers/usb/usbip/
H A Dusbip_common.c496 static void correct_endian_basic(struct usbip_header_basic *base, int send) in correct_endian_basic()
514 int send) in correct_endian_cmd_submit()
534 int send) in correct_endian_ret_submit()
552 int send) in correct_endian_cmd_unlink()
561 int send) in correct_endian_ret_unlink()
569 void usbip_header_correct_endian(struct usbip_header *pdu, int send) in usbip_header_correct_endian()
603 struct usbip_iso_packet_descriptor *iso, int send) in usbip_iso_packet_correct_endian()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c34 void __iomem *send = dest + PIO_BLOCK_SIZE; in pio_copy() local
266 void __iomem *send = dest + PIO_BLOCK_SIZE; in seg_pio_copy_start() local
371 void __iomem *send; /* SOP end */ in mid_copy_mix() local
497 void __iomem *send; /* SOP end */ in mid_copy_straight() local
/openbmc/openpower-occ-control/
H A Docc_pass_through.cpp51 std::vector<int32_t> PassThrough::send(std::vector<int32_t> command) in send() function in open_power::occ::PassThrough
73 std::vector<uint8_t> PassThrough::send(std::vector<uint8_t> command) in send() function in open_power::occ::PassThrough
H A Docc_command.cpp109 CmdStatus OccCommand::send(const std::vector<uint8_t>& command, in send() function in open_power::occ::OccCommand
/openbmc/boost-dbus/include/dbus/
H A Dconnection_service.hpp58 inline message send(implementation_type& impl, message& m) { in send() function in dbus::connection_service
63 inline message send(implementation_type& impl, message& m, in send() function in dbus::connection_service
H A Dconnection.hpp95 message send(message& m) { in send() function in dbus::connection
112 message send(message& m, const Duration& t) { in send() function in dbus::connection
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py75 async def send(self, msg): member in StreamConnection
121 async def send(self, msg): member in WebsocketConnection
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dxt_string.sh49 send() { # (offset) function
/openbmc/linux/include/xen/
H A Devents.h81 struct evtchn_send send = { .port = port }; in notify_remote_via_evtchn() local
/openbmc/u-boot/include/
H A Dmailbox-uclass.h67 int (*send)(struct mbox_chan *chan, const void *data); member
H A Ddma-uclass.h110 int (*send)(struct dma *dma, void *src, size_t len, void *metadata); member
/openbmc/telemetry/src/utils/
H A Dmessanger.hpp31 void send(const EventType& event) in send() function in utils::MessangerT
H A Dmessanger_service.hpp29 void send(const T& event) in send() function in utils::MessangerService
/openbmc/libpldm/src/transport/
H A Dtransport.h24 pldm_requester_rc_t (*send)(struct pldm_transport *transport, member
/openbmc/linux/include/drm/
H A Di915_gsc_proxy_mei_interface.h30 int (*send)(struct device *dev, const void *buf, size_t size); member
H A Di915_pxp_tee_interface.h25 int (*send)(struct device *dev, const void *message, size_t size); member
/openbmc/qemu/include/hw/input/
H A Dtsc2xxx.h24 void (*send)(void *opaque, uint16_t data); member
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dmbox.c13 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv) in bcm2835_mbox_call_raw()
/openbmc/u-boot/test/py/
H A Du_boot_spawn.py106 def send(self, data): member in Spawn
/openbmc/linux/net/ipv6/
H A Dip6_icmp.c39 ip6_icmp_send_t *send; in __icmpv6_send() local
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c81 struct iwl_rxon_cmd *send) in iwlagn_disable_bss()
101 struct iwl_rxon_cmd *send) in iwlagn_disable_pan()
138 struct iwl_rxon_cmd *send) in iwlagn_disconn_pan()
/openbmc/linux/drivers/char/tpm/st33zp24/
H A Dst33zp24.h29 int (*send)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member
/openbmc/linux/drivers/mmc/host/
H A Dmeson-mx-sdio.c161 u32 mult, send = 0, ext = 0; in meson_mx_mmc_start_cmd() local
389 u32 irqs, u32 send) in meson_mx_mmc_process_cmd_irq()
420 u32 irqs, send; in meson_mx_mmc_irq() local
/openbmc/pldm/requester/
H A Drequest.hpp173 int send() const in send() function in pldm::requester::Request

123456