Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:txcb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/
H
A
D
bcmasp_intf.c
137
struct bcmasp_tx_cb *
txcb
= &intf->tx_cbs[index];
in bcmasp_clean_txcb()
local
139
txcb
->skb = NULL;
in bcmasp_clean_txcb()
140
dma_unmap_addr_set(
txcb
, dma_addr, 0);
in bcmasp_clean_txcb()
141
dma_unmap_len_set(
txcb
, dma_len, 0);
in bcmasp_clean_txcb()
142
txcb
->last = false;
in bcmasp_clean_txcb()
272
struct bcmasp_tx_cb *
txcb
;
in bcmasp_xmit()
local
328
txcb
= &intf->tx_cbs[spb_index];
in bcmasp_xmit()
331
txcb
->skb = skb;
in bcmasp_xmit()
332
txcb
->bytes_sent = total_bytes;
in bcmasp_xmit()
333
dma_unmap_addr_set(
txcb
, dma_add
in bcmasp_xmit()
442
struct bcmasp_tx_cb *
txcb
;
bcmasp_tx_poll()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
usb.c
261
struct rtw_usb_txcb *
txcb
= urb->context;
in rtw_usb_write_port_tx_complete()
local
262
struct rtw_dev *rtwdev =
txcb
->rtwdev;
in rtw_usb_write_port_tx_complete()
266
struct sk_buff *skb = skb_dequeue(&
txcb
->tx_ack_queue);
in rtw_usb_write_port_tx_complete()
292
kfree(
txcb
);
in rtw_usb_write_port_tx_complete()
334
struct rtw_usb_txcb *
txcb
;
in rtw_usb_tx_agg_skb()
local
344
txcb
= kmalloc(sizeof(*
txcb
), GFP_ATOMIC);
in rtw_usb_tx_agg_skb()
345
if (!
txcb
)
in rtw_usb_tx_agg_skb()
348
txcb
->rtwdev = rtwdev;
in rtw_usb_tx_agg_skb()
349
skb_queue_head_init(&
txcb
in rtw_usb_tx_agg_skb()
[all...]
Completed in 3 milliseconds