Home
last modified time | relevance | path

Searched refs:sent (Results 276 - 300 of 458) sorted by relevance

1...<<111213141516171819

/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Dec_bhf.c99 __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 Dtcp_bpf.c386 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 Duser_sdma.h214 u32 sent; member
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsunvnet_common.h21 /* 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 Dkcm.h49 unsigned int sent; member
/kernel/linux/linux-6.6/include/net/
H A Dkcm.h49 unsigned int sent; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h168 u32 sent; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dsunvnet_common.h21 /* 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 Dcore_kern.c44 *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 Daccess-log.c181 wsi->http.access_log.sent, p1); in lws_access_log()
/third_party/node/test/parallel/
H A Dtest-domain-uncaught-exception.js156 // 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 DspreadOfParamsFromGeneratorMakesRequiredParams.js11 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
H A DasyncFunctionNoReturnType.js19 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
H A DasyncFunctionReturnExpressionErrorSpans.js35 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
H A DasyncMultiFile_es5.js19 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
H A DcontextualReturnTypeOfIIFE.js26 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
H A DdeclarationEmitPrivateAsync.js20 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
H A DdestructuringControlFlowNoCrash.js31 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
H A DparenthesizedAsyncArrowFunction.js19 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
H A DpromiseDefinitionTest.js18 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
H A DexportDefaultFunctionInNamespace.js22 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 Dibmvscsi.c25 * 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 Dibmvscsi.c25 * 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 Dtest_firmware.c45 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 Dsmb.c578 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()

Completed in 17 milliseconds

1...<<111213141516171819