Home
last modified time | relevance | path

Searched refs:SEND (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst77 .. _LIRC-CAN-SET-SEND-CARRIER:
84 .. _LIRC-CAN-SET-SEND-DUTY-CYCLE:
140 .. _LIRC-CAN-SEND-RAW:
146 .. _LIRC-CAN-SEND-PULSE:
156 .. _LIRC-CAN-SEND-MODE2:
163 .. _LIRC-CAN-SEND-LIRCCODE:
/openbmc/qemu/docs/
H A Drdma.txt144 protocol now, consisting of infiniband SEND messages.
146 An infiniband SEND message is the standard ibverbs
148 The only difference between a SEND message and an RDMA
149 message is that SEND messages cause notifications
157 2. (SEND only) work requests to be posted on both
169 SEND messages require more coordination because the
185 At this point, we define a control channel on top of SEND messages
186 which is described by a formal protocol. Each SEND message has a
188 as a single SEND message).
202 limit based on the maximum size of a SEND message along with empirical
[all …]
/openbmc/linux/net/sctp/
H A Dprimitive.c163 DECLARE_PRIMITIVE(SEND);
/openbmc/u-boot/include/linux/mtd/
H A Dst_smi.h54 #define SEND 0x00000080 /* Send data */ macro
/openbmc/u-boot/drivers/mtd/
H A Dst_smi.c114 writel((banknum << BANKSEL_SHIFT) | SEND | TX_LEN_1 | RX_LEN_3, in smi_read_id()
329 writel((bank << BANKSEL_SHIFT) | SEND | TX_LEN_4, in smi_sector_erase()
/openbmc/docs/designs/
H A Dredfish-eventservice.md179 | | | SEND SUBSCRIPTION INFO | |
184 |SEND EVENTS/METRICS WHEN GENERATED | | | | | |
231 | | |LOOP || SEND FORMATTED DATA | | | | | | |
234 | | | |SEND FAILED | | | | | | | |
243 | | | +------------REPEAT SEND LOOP------------------| | | | |
245 | | | |SEND SUCCESS | | | | | | | |
253 | | | | | |SEND NEXT | | |
326 | | | SEND SUBSCRIPTION INFO | |
329 |SEND EVENTS/METRICS WHEN GENERATED | | | | | |
364 | | |LOOP || SEND FORMATTED DATA | | | | | | |
[all …]
/openbmc/qemu/include/scsi/
H A Dconstants.h62 #define SEND 0x2a macro
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dtrace_cq.h20 wc_opcode_name(SEND), \
H A Dtrace_tx.h22 wr_opcode_name(SEND), \
/openbmc/linux/drivers/mtd/devices/
H A Dspear_smi.c66 #define SEND (0x1 << 7) /* Send data */ macro
466 writel((bank << BANK_SHIFT) | SEND | TFIE | (bytes << TX_LEN_SHIFT), in spear_smi_erase_sector()
764 val = (bank << BANK_SHIFT) | SEND | (1 << TX_LEN_SHIFT) | in spear_smi_probe_flash()
/openbmc/linux/ipc/
H A Dmqueue.c55 #define SEND 0 macro
1048 struct ext_wait_queue *sender = wq_get_first_waiter(info, SEND); in pipelined_receive()
1148 ret = wq_sleep(info, SEND, timeout, &wait); in do_mq_timedsend()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_hw_37xx.c137 return REGB_POLL_FLD(VPU_37XX_BUTTRESS_WP_REQ_CMD, SEND, 0, PLL_TIMEOUT_US); in ivpu_pll_wait_for_cmd_send()
168 val = REG_SET_FLD(VPU_37XX_BUTTRESS_WP_REQ_CMD, SEND, val); in ivpu_pll_cmd_send()
H A Divpu_hw_40xx.c156 return REGB_POLL_FLD(VPU_40XX_BUTTRESS_WP_REQ_CMD, SEND, 0, PLL_TIMEOUT_US); in ivpu_pll_wait_for_cmd_send()
187 val = REG_SET_FLD(VPU_40XX_BUTTRESS_WP_REQ_CMD, SEND, val); in ivpu_pll_cmd_send()
/openbmc/linux/drivers/tty/serial/
H A Dimx.c195 SEND, enumerator
438 if (sport->tx_state == SEND) { in imx_uart_stop_tx()
738 sport->tx_state = SEND; in imx_uart_start_tx()
741 sport->tx_state = SEND; in imx_uart_start_tx()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h615 #define SEND 33 macro
H A Dipw2100.c3111 ipw_hdr->host_command_reg = SEND; in ipw2100_tx_send_data()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c115 HR_OPC_MAP(SEND, SEND),
3753 HR_WC_OP_MAP(SEND, SEND),
3754 HR_WC_OP_MAP(SEND_WITH_INV, SEND),
3755 HR_WC_OP_MAP(SEND_WITH_IMM, SEND),
3778 HR_WC_OP_MAP(SEND, RECV),
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c1321 case SEND: in scsi_req_scanner_length()
/openbmc/qemu/linux-user/
H A Dstrace.c3144 PRINT_SOCKOP(SEND, do_print_sendrecv),