/openbmc/linux/net/rds/ |
H A D | ib_send.c | 151 struct rds_ib_send_work *send, in rds_ib_send_unmap_op() argument 157 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op() 159 if (send->s_op) { in rds_ib_send_unmap_op() 160 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op() 161 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 166 if (send->s_op) { in rds_ib_send_unmap_op() 167 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op() 168 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 173 if (send->s_op) { in rds_ib_send_unmap_op() 174 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op() [all …]
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_network_security.robot | 32 Send ICMP Timestamp Request 33 [Documentation] Send ICMP packet type 13 and check BMC drops such packets 36 # Send ICMP packet type 13 to BMC and check packet loss. 37 ${packet_loss}= Send Network Packets And Get Packet Loss 42 Send ICMP Netmask Request 43 [Documentation] Send ICMP packet type 17 and check BMC drops such packets 46 # Send ICMP packet type 17 to BMC and check packet loss. 47 ${packet_loss}= Send Network Packets And Get Packet Loss 52 Send Continuous ICMP Echo Request To BMC And Verify No Packet Loss 53 [Documentation] Send ICMP packet type 8 continuously and check no packets are dropped from BMC [all …]
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | dpni.c | 45 /* send command to mc*/ in dpni_open() 67 /* send command to mc*/ in dpni_close() 86 /* send command to mc*/ in dpni_create() 112 /* send command to mc*/ in dpni_destroy() 129 /* send command to mc*/ in dpni_set_pools() 144 /* send command to mc*/ in dpni_enable() 159 /* send command to mc*/ in dpni_disable() 174 /* send command to mc*/ in dpni_reset() 190 /* send command to mc*/ in dpni_get_attributes() 214 /* send command to mc*/ in dpni_set_errors_behavior() [all …]
|
H A D | dprc.c | 25 /* send command to mc*/ in dprc_get_container_id() 49 /* send command to mc*/ in dprc_open() 70 /* send command to mc*/ in dprc_close() 91 /* send command to mc*/ in dprc_create_container() 116 /* send command to mc*/ in dprc_destroy_container() 133 /* send command to mc*/ in dprc_reset_container() 150 /* send command to mc*/ in dprc_get_attributes() 174 /* send command to mc*/ in dprc_get_obj_count() 200 /* send command to mc*/ in dprc_get_obj() 228 /* send command to mc*/ in dprc_get_res_count() [all …]
|
H A D | dpmac.c | 28 /* send command to mc*/ in dpmac_open() 49 /* send command to mc*/ in dpmac_close() 68 /* send command to mc*/ in dpmac_create() 94 /* send command to mc*/ in dpmac_destroy() 111 /* send command to mc*/ in dpmac_get_attributes() 136 /* send command to mc*/ in dpmac_mdio_read() 160 /* send command to mc*/ in dpmac_mdio_write() 177 /* send command to mc*/ in dpmac_get_link_cfg() 200 /* send command to mc*/ in dpmac_set_link_state() 219 /* send command to mc*/ in dpmac_get_counter() [all …]
|
H A D | dpbp.c | 26 /* send command to mc*/ in dpbp_open() 47 /* send command to mc*/ in dpbp_close() 67 /* send command to mc*/ in dpbp_create() 93 /* send command to mc*/ in dpbp_destroy() 107 /* send command to mc*/ in dpbp_enable() 122 /* send command to mc*/ in dpbp_disable() 137 /* send command to mc*/ in dpbp_reset() 154 /* send command to mc*/ in dpbp_get_attributes() 177 /* send command to mc */ in dpbp_get_api_version()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.sh | 113 # Send 10 IPv4/UDP packets from port 8. Filter should not drop any. 115 # Send 10 IPv4/UDP packets from port 9. Filter should drop all. 117 # Send 10 IPv4/UDP packets from port 10. Filter should not drop any. 121 # Send 10 IPv4/UDP packets from port 8. Filter should not drop any. 123 # Send 10 IPv4/UDP packets from port 9. Filter should drop all. 125 # Send 10 IPv4/UDP packets from port 10. Filter should not drop any. 129 # Send 10 IPv4/IPv4/UDP packets from port 8. Filter should not drop any. 132 # Send 10 IPv4/IPv4/UDP packets from port 9. Filter should drop all. 135 # Send 10 IPv4/IPv4/UDP packets from port 10. Filter should not drop any. 140 # Send 10 IPv4/GRE/IPv4/UDP packets from port 8. Filter should not drop any. [all …]
|
/openbmc/linux/net/llc/ |
H A D | llc_s_ac.c | 46 * @skb: the event to send 69 * llc_sap_action_send_xid_c - send XID PDU as response to XID REQ 71 * @skb: the event to send 73 * Send a XID command PDU to MAC layer in response to a XID REQUEST 94 * llc_sap_action_send_xid_r - send XID PDU resp to MAC for received XID 96 * @skb: the event to send 98 * Send XID response PDU to MAC in response to an earlier received XID 125 * llc_sap_action_send_test_c - send TEST PDU to MAC in resp to TEST REQ 127 * @skb: the event to send 129 * Send a TEST command PDU to the MAC layer in response to a TEST REQUEST [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso.c | 65 int tlen; /* send() buffer size, may exceed mss */ 66 bool tfail; /* send() call is expected to fail */ 77 /* no GSO: send a single byte */ 82 /* no GSO: send a single MSS */ 87 /* no GSO: send a single MSS + 1B: fail */ 92 /* send a single MSS: will fall back to no GSO */ 111 /* send a single MSS + 1B */ 118 /* send exactly 2 MSS */ 124 /* send 2 MSS + 1B */ 131 /* send MAX segs */ [all …]
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | netjet.c | 76 struct tiger_dma send; member 181 bc->bch.nr, fill, cnt, idx, card->send.idx); in fill_mem() 188 val = card->send.start[idx]; in fill_mem() 191 card->send.start[idx++] = val; in fill_mem() 192 if (idx >= card->send.size) in fill_mem() 208 fill_mem(bc, 0, card->send.size, 0xff); in mode_tiger() 227 bc->free = card->send.size / 2; in mode_tiger() 241 bc->free = card->send.size / 2; in mode_tiger() 258 card->send.dmacur = inl(card->base + NJ_DMA_READ_ADR); in mode_tiger() 260 card->send.idx = (card->send.dmacur - card->send.dmastart) >> 2; in mode_tiger() [all …]
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | xt_string.sh | 49 send() { # (offset) function 63 send 0 64 send $((1000 - $patlen)) 72 send 1000 73 send $((1400 - $patlen)) 81 send $((1500 - $patlen)) 89 send 1495 97 send 1500 105 send $((1600 - $patlen)) 113 send $((1600 - $patlen + 1)) [all …]
|
/openbmc/linux/include/rdma/ |
H A D | rdmavt_qp.h | 59 * RVT_S_SIGNAL_REQ_WR - set if QP send WRs contain completion signaled 60 * RVT_S_BUSY - send tasklet is processing the QP 69 * RVT_S_WAIT_DMA - waiting for send DMA queue to drain before generating 70 * next send completion entry not via send DMA 71 * RVT_S_WAIT_PIO - waiting for a send buffer to be available 75 * RVT_S_WAIT_PSN - waiting for a packet to exit the send DMA queue 77 * RVT_S_SEND_ONE - send one packet, request ACK, then wait for ACK 78 * RVT_S_ECN - a BECN was queued to the send engine 115 * Wait flags that would prevent send work requests from making progress. 140 * Internal send flags [all …]
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmicert_management.robot | 41 # Send CSR request from operator user. 44 # Send CSR request from ReadOnly user. 47 # Send CSR request from NoAccess user. 70 Send CSR Request When VMI Is Off And Verify 71 [Documentation] Send CSR signing request to VMI when it is off and expect an error. 81 # Send CSR request from operator user. 84 # Send CSR request from ReadOnly user. 87 # Send CSR request from NoAccess user. 92 [Documentation] Send corrupted CSR for signing and expect an error. 99 # Send CSR request from operator user. [all …]
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_route.c | 37 * them again when we do the actual send to ensure that we do in vmci_route() 50 * cannot send it to the hypervisor. It must come in vmci_route() 57 * We must be acting as a guest in order to send to in vmci_route() 63 /* And we cannot send if the source is the host context. */ in vmci_route() 79 /* Send from local client down to the hypervisor. */ in vmci_route() 88 * guest, then we need to send it down to the host. in vmci_route() 98 * may send vmci event datagrams to the host in vmci_route() 99 * itself, but it will never send datagrams to in vmci_route() 116 /* Send it from local client down to the host. */ in vmci_route() 186 * send it down, since we have no guest in vmci_route() [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | send-pull-request | 9 # This script is intended to be used to send a patch series prepared by the 28 -a Send the cover letter to every recipient listed in Cc and 140 # Convert the collected addresses into git-send-email argument strings 147 # Handoff to git-send-email. It will perform the send confirmation. 149 # create-pull-request, so we must not allow git-send-email to 153 # Send the cover letter to every recipient, both specified as well as 157 …eval "git send-email $GIT_TO $GIT_CC $GIT_EXTRA_CC --confirm=always --no-thread --suppress-cc=all … 159 echo "ERROR: failed to send cover-letter with automatic recipients." 165 # Send the patch to the specified recipients and, if -c was specified, those git 167 eval "git send-email $GIT_TO $GIT_EXTRA_CC --confirm=always --no-thread $GITSOBCC $PATCHES" [all …]
|
/openbmc/linux/Documentation/crypto/ |
H A D | userspace-if.rst | 62 send()/write() system call family. The result of the cipher operation is 79 particular cipher instance. When invoking send/write or recv/read 80 system calls to send data to the kernel or obtain data from the 88 the input buffer used for the send/write system call and the output 120 Using the send() system call, the application provides the data that 121 should be processed with the message digest. The send system call allows 124 - MSG_MORE: If this flag is set, the send system call acts like a 126 calculated. If the flag is not set, the send system call calculates 154 Before data can be sent to the kernel using the write/send system call 165 send/recv system call family. That cmsghdr data structure holds the [all …]
|
/openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
H A D | dpio.c | 25 /* send command to mc*/ in dpio_open() 47 /* send command to mc*/ in dpio_close() 66 /* send command to mc*/ in dpio_create() 92 /* send command to mc*/ in dpio_destroy() 107 /* send command to mc*/ in dpio_enable() 122 /* send command to mc*/ in dpio_disable() 137 /* send command to mc*/ in dpio_reset() 154 /* send command to mc*/ in dpio_get_attributes() 177 /* send command to mc */ in dpio_get_api_version()
|
/openbmc/linux/Documentation/networking/ |
H A D | rds.rst | 55 Sockets must be bound before you can send or receive data. 79 setsockopt(SOL_SOCKET): send and receive buffer size 80 RDS honors the send and receive buffer size socket options. 90 mark the port as "congested" and send a congestion update to 104 An attempt to send a message that exceeds SO_SNDSIZE will 107 An attempt to send a message that would take the total number 111 An attempt to send a message to a destination that is marked 135 POLLOUT is a little harder. Since you can essentially send 137 there's room on the send queue (ie the number of bytes queued 152 it detects a timeout. For instance, if it tried to send a message, [all …]
|
/openbmc/linux/net/atm/ |
H A D | raw.c | 59 return vcc->dev->ops->send(vcc, skb); in atm_send_aal0() 67 vcc->send = atm_send_aal0; in atm_init_aal0() 77 vcc->send = vcc->dev->ops->send_bh; in atm_init_aal34() 79 vcc->send = vcc->dev->ops->send; in atm_init_aal34() 89 vcc->send = vcc->dev->ops->send_bh; in atm_init_aal5() 91 vcc->send = vcc->dev->ops->send; in atm_init_aal5()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 13 * Send Context functions 32 /* global control of PIO send */ 89 /* number of send context memory pools */ 92 /* Send Context Size (SCS) wildcards */ 96 /* Send Context Count (SCC) wildcards */ 101 /* Send Context Size (SCS) constants */ 109 /* default send context sizes */ 122 /* send context memory pool configuration */ 177 * Read the send context memory pool configuration and send context 179 * counts and sizes for the send context types. [all …]
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_sessions_connection.robot | 24 [Documentation] Send heartbeat on session continuously and verify connection stability. 31 Repeat Keyword ${duration} Send Heartbeat 47 Send Heartbeat 48 [Documentation] Send heartbeat to BMC. 55 [Documentation] Send heartbeat on BMC reboot. 61 Repeat Keyword ${reboot_interval} Send Heartbeat
|
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_sendto.c | 53 * a Send WR conveying the transport header and the RPC message itself to 68 * The logic here depends on Send Queue and completion ordering. Since 69 * the Send WR is always posted last, it will always complete last. Thus 78 * When the Send WR is constructed, it also gets its own svc_rdma_send_ctxt. 80 * ctxt, the Send WR is posted, and sendto returns. 82 * The svc_rdma_send_ctxt is presented when the Send WR completes. The 83 * Send completion handler finally releases the Reply's pages. 85 * This mechanism also assumes that completions on the transport's Send 87 * and Send completion running at the same time could release pages that 92 * - If the Send WR is posted successfully, it will either complete [all …]
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | submit-changes.rst | 224 - ``CC:`` Name and email of people you want to send a copy 225 of your changes to. This field will be used by ``git send-email``. 270 the series of patches you are about to send. 365 Using Git to Send Patches 368 To submit patches through email, it is very important that you send them 374 Using the ``git send-email`` command is the only error-proof way of sending 383 Setting up Git to Send Email 386 The ``git send-email`` command can send email by using a local or remote 390 Here are the settings for letting ``git send-email`` send e-mail through your 413 You should send patches to the appropriate mailing list so that they can be [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dio_stream_encoder.c | 58 uint32_t cont, send, line; in enc3_update_hdmi_info_packet() local 70 /* send packet(s) every frame */ in enc3_update_hdmi_info_packet() 71 send = 1; in enc3_update_hdmi_info_packet() 72 /* select line number to send packets on */ in enc3_update_hdmi_info_packet() 76 send = 0; in enc3_update_hdmi_info_packet() 87 HDMI_GENERIC0_SEND, send); in enc3_update_hdmi_info_packet() 94 HDMI_GENERIC1_SEND, send); in enc3_update_hdmi_info_packet() 101 HDMI_GENERIC2_SEND, send); in enc3_update_hdmi_info_packet() 108 HDMI_GENERIC3_SEND, send); in enc3_update_hdmi_info_packet() 115 HDMI_GENERIC4_SEND, send); in enc3_update_hdmi_info_packet() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | apple,mailbox.yaml | 17 One of the two FIFOs is used to send data to a co-processor while the other 52 - description: send fifo is empty interrupt 53 - description: send fifo is not empty interrupt 59 - const: send-empty 60 - const: send-not-empty 85 interrupt-names = "send-empty", "send-not-empty",
|