/kernel/linux/linux-6.6/drivers/net/ethernet/ |
H A D | ec_bhf.c | 99 __le32 sent; member 180 return le32_to_cpu(desc->header.sent) & TX_HDR_SENT; in ec_bhf_desc_sent() 366 priv->tx_descs[i].header.sent = cpu_to_le32(TX_HDR_SENT); in ec_bhf_setup_tx_descs()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_bpf.c | 386 u32 tosend, origsize, sent, delta = 0; in tcp_bpf_send_verdict() local 449 sent = origsize - msg->sg.size; in tcp_bpf_send_verdict() 488 sk_mem_charge(sk, tosend - sent); in tcp_bpf_send_verdict()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | user_sdma.h | 214 u32 sent; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.h | 21 /* VNET packets are sent in buffers with the first 6 bytes skipped 110 u8 sent; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | kcm.h | 49 unsigned int sent; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | kcm.h | 49 unsigned int sent; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | user_sdma.h | 168 u32 sent; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.h | 21 /* VNET packets are sent in buffers with the first 6 bytes skipped 110 u8 sent; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | core_kern.c | 44 *from_dev, const struct net_device *to_dev, int sent, int drops, in BPF_PROG() 43 BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device *from_dev, const struct net_device *to_dev, int sent, int drops, int err) BPF_PROG() argument
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | access-log.c | 181 wsi->http.access_log.sent, p1); in lws_access_log()
|
/third_party/node/test/parallel/ |
H A D | test-domain-uncaught-exception.js | 156 // messages sent by each child process and compare expected 169 // Make sure that all expected messages were sent from the 174 assert.fail(`test ${test.fn.name} should have sent message: ${ 182 assert.fail(`test ${test.fn.name} should not have sent message: ${
|
/third_party/typescript/tests/baselines/reference/ |
H A D | spreadOfParamsFromGeneratorMakesRequiredParams.js | 11 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
H A D | asyncFunctionNoReturnType.js | 19 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
H A D | asyncFunctionReturnExpressionErrorSpans.js | 35 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
H A D | asyncMultiFile_es5.js | 19 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
H A D | contextualReturnTypeOfIIFE.js | 26 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
H A D | declarationEmitPrivateAsync.js | 20 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
H A D | destructuringControlFlowNoCrash.js | 31 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
H A D | parenthesizedAsyncArrowFunction.js | 19 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
H A D | promiseDefinitionTest.js | 18 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
H A D | exportDefaultFunctionInNamespace.js | 22 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 25 * Messages are sent between partitions on a "Command/Response Queue" 779 * purge_requests: Our virtual adapter just shut down. purge any sent requests 788 while (!list_empty(&hostdata->sent)) { in purge_requests() 789 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list); in purge_requests() 862 * @evt_struct: evt_struct to be sent 917 list_for_each_entry(tmp_evt, &hostdata->sent, list) { in ibmvscsi_send_srp_event() 930 /* Add this to the sent list. We need to do this in ibmvscsi_send_srp_event() 934 list_add_tail(&evt_struct->list, &hostdata->sent); in ibmvscsi_send_srp_event() 1216 * get sent by the driver regardless of request_limit. in send_srp_login() 1223 dev_info(hostdata->dev, "sent SR in send_srp_login() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 25 * Messages are sent between partitions on a "Command/Response Queue" 779 * purge_requests: Our virtual adapter just shut down. purge any sent requests 789 while (!list_empty(&hostdata->sent)) { in purge_requests() 790 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list); in purge_requests() 863 * @evt_struct: evt_struct to be sent 918 list_for_each_entry(tmp_evt, &hostdata->sent, list) { in ibmvscsi_send_srp_event() 931 /* Add this to the sent list. We need to do this in ibmvscsi_send_srp_event() 935 list_add_tail(&evt_struct->list, &hostdata->sent); in ibmvscsi_send_srp_event() 1218 * get sent by the driver regardless of request_limit. in send_srp_login() 1225 dev_info(hostdata->dev, "sent SR in send_srp_login() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | test_firmware.c | 45 bool sent; member 88 * 0: success for sync, for async it means request was sent 904 req->sent = true; in test_fw_run_batch_request() 978 if (req->task || req->sent) in trigger_batched_requests_store() 1071 req->sent = true; in trigger_batched_requests_async_store() 1088 if (req->sent) in trigger_batched_requests_async_store()
|
/third_party/curl/lib/ |
H A D | smb.c | 578 smbc->sent = bytes_written; in smb_send() 591 ssize_t len = smbc->send_size - smbc->sent; in smb_flush() 598 data->state.ulbuf + smbc->sent, in smb_flush() 604 smbc->sent += bytes_written; in smb_flush() 826 smbc->sent = 0; in smb_send_and_recv() 836 /* Check if there is still data to be sent */ in smb_send_and_recv()
|