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:tx_bar
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_netvf_main.c
211
nn->
tx_bar
= vf->q_bar + (tx_bar_off - bar_off);
in nfp_netvf_pci_probe()
219
nn->
tx_bar
= ioremap(map_addr, tx_bar_sz);
in nfp_netvf_pci_probe()
220
if (!nn->
tx_bar
) {
in nfp_netvf_pci_probe()
266
iounmap(nn->
tx_bar
);
in nfp_netvf_pci_probe()
306
iounmap(nn->
tx_bar
);
in nfp_netvf_pci_remove()
H
A
D
nfp_net.h
578
* @
tx_bar
: Pointer to mapped TX queues
661
u8 __iomem *
tx_bar
;
member
H
A
D
nfp_net_main.c
126
nn->
tx_bar
= qc_bar + tx_base * NFP_QCP_QUEUE_ADDR_SZ;
in nfp_net_pf_alloc_vnic()
H
A
D
nfp_net_common.c
585
tx_ring->qcp_q = nn->
tx_bar
+ NFP_QCP_QUEUE_OFF(tx_ring->qcidx);
in nfp_net_tx_ring_init()
4084
nn->qcp_cfg = nn->
tx_bar
+ NFP_QCP_QUEUE_ADDR_SZ;
in nfp_net_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_netvf_main.c
227
nn->
tx_bar
= vf->q_bar + (tx_bar_off - bar_off);
in nfp_netvf_pci_probe()
235
nn->
tx_bar
= ioremap(map_addr, tx_bar_sz);
in nfp_netvf_pci_probe()
236
if (!nn->
tx_bar
) {
in nfp_netvf_pci_probe()
282
iounmap(nn->
tx_bar
);
in nfp_netvf_pci_probe()
322
iounmap(nn->
tx_bar
);
in nfp_netvf_pci_remove()
H
A
D
nfp_net_dp.c
66
tx_ring->qcp_q = nn->
tx_bar
+ NFP_QCP_QUEUE_OFF(tx_ring->qcidx);
in nfp_net_tx_ring_init()
H
A
D
nfp_net.h
594
* @
tx_bar
: Pointer to mapped TX queues
686
u8 __iomem *
tx_bar
;
member
H
A
D
nfp_net_main.c
119
nn->
tx_bar
= qc_bar + tx_base * NFP_QCP_QUEUE_ADDR_SZ;
in nfp_net_pf_alloc_vnic()
H
A
D
nfp_net_common.c
2709
nn->qcp_cfg = nn->
tx_bar
+ NFP_QCP_QUEUE_ADDR_SZ;
in nfp_net_init()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
file.h
913
*
tx_bar
: tid bitmap to configure on what tid the trigger should occur
924
__le16
tx_bar
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
file.h
869
*
tx_bar
: tid bitmap to configure on what tid the trigger should occur
880
__le16
tx_bar
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
tx.c
88
if (!(le16_to_cpu(ba_trig->
tx_bar
) & BIT(tid)))
in iwl_mvm_bar_check_trigger()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
tx.c
33
if (!(le16_to_cpu(ba_trig->
tx_bar
) & BIT(tid)))
in iwl_mvm_bar_check_trigger()
Completed in 26 milliseconds