/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | lirc-get-features.rst | 77 .. _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 D | rdma.txt | 144 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 D | primitive.c | 163 DECLARE_PRIMITIVE(SEND);
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | st_smi.h | 54 #define SEND 0x00000080 /* Send data */ macro
|
/openbmc/u-boot/drivers/mtd/ |
H A D | st_smi.c | 114 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 D | redfish-eventservice.md | 179 | | | 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 D | constants.h | 62 #define SEND 0x2a macro
|
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | trace_cq.h | 20 wc_opcode_name(SEND), \
|
H A D | trace_tx.h | 22 wr_opcode_name(SEND), \
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | spear_smi.c | 66 #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 D | mqueue.c | 55 #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 D | ivpu_hw_37xx.c | 137 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 D | ivpu_hw_40xx.c | 156 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 D | imx.c | 195 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 D | ipw2100.h | 615 #define SEND 33 macro
|
H A D | ipw2100.c | 3111 ipw_hdr->host_command_reg = SEND; in ipw2100_tx_send_data()
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 115 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 D | scsi-bus.c | 1321 case SEND: in scsi_req_scanner_length()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 3144 PRINT_SOCKOP(SEND, do_print_sendrecv),
|