Home
last modified time | relevance | path

Searched refs:tpbuf (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c600 tpbuf->dma_addr, tpbuf->length, in emac_tx_q_descs_free()
604 if (tpbuf->skb) { in emac_tx_q_descs_free()
606 tpbuf->skb = NULL; in emac_tx_q_descs_free()
1191 tpbuf->dma_addr, tpbuf->length, in emac_mac_tx_process()
1196 if (tpbuf->skb) { in emac_mac_tx_process()
1200 tpbuf->skb = NULL; in emac_mac_tx_process()
1352 tpbuf->dma_addr); in emac_tx_fill_tpd()
1373 tpbuf->dma_addr); in emac_tx_fill_tpd()
1393 tpbuf->dma_addr); in emac_tx_fill_tpd()
1411 tpbuf->skb = skb; in emac_tx_fill_tpd()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c600 tpbuf->dma_addr, tpbuf->length, in emac_tx_q_descs_free()
604 if (tpbuf->skb) { in emac_tx_q_descs_free()
606 tpbuf->skb = NULL; in emac_tx_q_descs_free()
1191 tpbuf->dma_addr, tpbuf->length, in emac_mac_tx_process()
1196 if (tpbuf->skb) { in emac_mac_tx_process()
1200 tpbuf->skb = NULL; in emac_mac_tx_process()
1352 tpbuf->dma_addr); in emac_tx_fill_tpd()
1373 tpbuf->dma_addr); in emac_tx_fill_tpd()
1393 tpbuf->dma_addr); in emac_tx_fill_tpd()
1411 tpbuf->skb = skb; in emac_tx_fill_tpd()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c600 tpbuf->dma_addr, tpbuf->length, in emac_tx_q_descs_free()
604 if (tpbuf->skb) { in emac_tx_q_descs_free()
606 tpbuf->skb = NULL; in emac_tx_q_descs_free()
1191 tpbuf->dma_addr, tpbuf->length, in emac_mac_tx_process()
1196 if (tpbuf->skb) { in emac_mac_tx_process()
1200 tpbuf->skb = NULL; in emac_mac_tx_process()
1352 tpbuf->dma_addr); in emac_tx_fill_tpd()
1373 tpbuf->dma_addr); in emac_tx_fill_tpd()
1393 tpbuf->dma_addr); in emac_tx_fill_tpd()
1411 tpbuf->skb = skb; in emac_tx_fill_tpd()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fastboot/
H A Dfastboot_driver.cpp260 std::vector<char> tpbuf; in Download() member
267 return data->self->SparseWriteCallback(data->tpbuf, cbuf, len); in Download()
276 if (cb_priv.tpbuf.size() && (ret = SendBuffer(cb_priv.tpbuf))) { in Download()
538 int FastBootDriver::SparseWriteCallback(std::vector<char>& tpbuf, const char* data, size_t len) { in SparseWriteCallback() argument
540 size_t to_write = std::min(TRANSPORT_CHUNK_SIZE - tpbuf.size(), len); in SparseWriteCallback()
543 tpbuf.insert(tpbuf.end(), data, data + to_write); in SparseWriteCallback()
544 if (tpbuf.size() < TRANSPORT_CHUNK_SIZE) { // Nothing enough to send rn in SparseWriteCallback()
548 if (SendBuffer(tpbuf)) { in SparseWriteCallback()
552 tpbuf.clear(); in SparseWriteCallback()
565 tpbuf.assign(data + total, data + len); in SparseWriteCallback()
H A Dfastboot_driver.h156 int SparseWriteCallback(std::vector<char>& tpbuf, const char* data, size_t len);
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dtheme.c277 char tpbuf[4000], *path; in ThemePathFind() local
302 Esnprintf(tpbuf, sizeof(tpbuf), "%s/%s", lst[j], theme); in ThemePathFind()
303 if (exists(tpbuf)) in ThemePathFind()
305 theme = tpbuf; in ThemePathFind()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/obsolete/
H A Dfast-lock.el530 (let ((tpbuf (generate-new-buffer " *fast-lock*"))
546 tpbuf)
547 (set-buffer tpbuf)
552 (kill-buffer tpbuf))
/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/contentviews/test_protobuf_data/
H A Dprotobuf02-decoded.bin2 1: tpbuf
/dports/editors/emacs/emacs-27.2/lisp/obsolete/
H A Dfast-lock.el551 (let ((tpbuf (generate-new-buffer " *fast-lock*"))
567 tpbuf)
568 (set-buffer tpbuf)
573 (kill-buffer tpbuf))
/dports/security/nmap/nmap-7.91/
H A Dnmap_dns.cc1016 char tpbuf[2048]; in etchosts_init() local
1026 Snprintf(tpbuf, sizeof(tpbuf), "%s%shosts", windows_dir, has_backslash ? "" : "\\"); in etchosts_init()
1027 parse_etchosts(tpbuf); in etchosts_init()
1030 …Snprintf(tpbuf, sizeof(tpbuf), "%s%ssystem32\\drivers\\etc\\hosts", windows_dir, has_backslash ? "… in etchosts_init()
1031 parse_etchosts(tpbuf); in etchosts_init()
/dports/security/axTLS/axTLS/httpd/
H A Daxhttpd.c538 int isdir(const char *tpbuf) in isdir() argument
542 strcpy(path, tpbuf); in isdir()
/dports/lang/micropython/axtls-531cab9/httpd/
H A Daxhttpd.c580 int isdir(const char *tpbuf) in isdir() argument
584 strcpy(path, tpbuf); in isdir()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/calendar/
H A Dtodo-mode.el4463 (tpbuf (save-match-data (string-match "top" (buffer-name))))
4466 (when tpbuf
4505 (when tpbuf
/dports/editors/emacs/emacs-27.2/lisp/calendar/
H A Dtodo-mode.el4446 (tpbuf (save-match-data (string-match "top" (buffer-name))))
4449 (when tpbuf
4488 (when tpbuf