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:ih3
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_nic.h
178
struct octeon_instr_ih3 *
ih3
;
in octnet_prepare_pci_cmd_o3()
local
185
ih3
= (struct octeon_instr_ih3 *)&cmd->cmd3.
ih3
;
in octnet_prepare_pci_cmd_o3()
191
ih3
->pkind = oct->instr_queue[setup->s.iq_no]->txpciq.s.pkind;
in octnet_prepare_pci_cmd_o3()
193
ih3
->fsz = LIO_PCICMD_O3;
in octnet_prepare_pci_cmd_o3()
196
ih3
->dlengsz = setup->s.u.datasize;
in octnet_prepare_pci_cmd_o3()
198
ih3
->gather = 1;
in octnet_prepare_pci_cmd_o3()
199
ih3
->dlengsz = setup->s.u.gatherptrs;
in octnet_prepare_pci_cmd_o3()
H
A
D
octeon_nic.c
35
struct octeon_instr_ih3 *
ih3
;
in octeon_alloc_soft_command_resp()
local
53
ih3
= (struct octeon_instr_ih3 *)&sc->cmd.cmd3.
ih3
;
in octeon_alloc_soft_command_resp()
57
ih3
->fsz = LIO_SOFTCMDRESP_IH3;
in octeon_alloc_soft_command_resp()
H
A
D
request_manager.c
590
struct octeon_instr_ih3 *
ih3
;
in octeon_prepare_soft_command()
local
601
ih3
= (struct octeon_instr_ih3 *)&sc->cmd.cmd3.
ih3
;
in octeon_prepare_soft_command()
603
ih3
->pkind = oct->instr_queue[sc->iq_no]->txpciq.s.pkind;
in octeon_prepare_soft_command()
622
ih3
->dlengsz = sc->datasize;
in octeon_prepare_soft_command()
641
ih3
->fsz = LIO_SOFTCMDRESP_IH3;
in octeon_prepare_soft_command()
646
ih3
->fsz = LIO_PCICMD_O3;
in octeon_prepare_soft_command()
691
struct octeon_instr_ih3 *
ih3
;
in octeon_send_soft_command()
local
704
ih3
= (struct octeon_instr_ih3 *)&sc->cmd.cmd3.
ih3
;
in octeon_send_soft_command()
[all...]
H
A
D
octeon_iq.h
236
u64
ih3
;
member
H
A
D
lio_vf_main.c
1390
len = (u32)((struct octeon_instr_ih3 *)(&sc->cmd.cmd3.
ih3
))->dlengsz;
in send_nic_timestamp_pkt()
H
A
D
lio_main.c
2283
(&sc->cmd.cmd3.
ih3
))->dlengsz;
in send_nic_timestamp_pkt()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_nic.h
178
struct octeon_instr_ih3 *
ih3
;
in octnet_prepare_pci_cmd_o3()
local
185
ih3
= (struct octeon_instr_ih3 *)&cmd->cmd3.
ih3
;
in octnet_prepare_pci_cmd_o3()
191
ih3
->pkind = oct->instr_queue[setup->s.iq_no]->txpciq.s.pkind;
in octnet_prepare_pci_cmd_o3()
193
ih3
->fsz = LIO_PCICMD_O3;
in octnet_prepare_pci_cmd_o3()
196
ih3
->dlengsz = setup->s.u.datasize;
in octnet_prepare_pci_cmd_o3()
198
ih3
->gather = 1;
in octnet_prepare_pci_cmd_o3()
199
ih3
->dlengsz = setup->s.u.gatherptrs;
in octnet_prepare_pci_cmd_o3()
H
A
D
octeon_nic.c
35
struct octeon_instr_ih3 *
ih3
;
in octeon_alloc_soft_command_resp()
local
53
ih3
= (struct octeon_instr_ih3 *)&sc->cmd.cmd3.
ih3
;
in octeon_alloc_soft_command_resp()
57
ih3
->fsz = LIO_SOFTCMDRESP_IH3;
in octeon_alloc_soft_command_resp()
H
A
D
request_manager.c
587
struct octeon_instr_ih3 *
ih3
;
in octeon_prepare_soft_command()
local
598
ih3
= (struct octeon_instr_ih3 *)&sc->cmd.cmd3.
ih3
;
in octeon_prepare_soft_command()
600
ih3
->pkind = oct->instr_queue[sc->iq_no]->txpciq.s.pkind;
in octeon_prepare_soft_command()
619
ih3
->dlengsz = sc->datasize;
in octeon_prepare_soft_command()
638
ih3
->fsz = LIO_SOFTCMDRESP_IH3;
in octeon_prepare_soft_command()
643
ih3
->fsz = LIO_PCICMD_O3;
in octeon_prepare_soft_command()
689
struct octeon_instr_ih3 *
ih3
;
in octeon_send_soft_command()
local
702
ih3
= (struct octeon_instr_ih3 *)&sc->cmd.cmd3.
ih3
;
in octeon_send_soft_command()
[all...]
H
A
D
octeon_iq.h
236
u64
ih3
;
member
H
A
D
lio_vf_main.c
1381
len = (u32)((struct octeon_instr_ih3 *)(&sc->cmd.cmd3.
ih3
))->dlengsz;
in send_nic_timestamp_pkt()
H
A
D
lio_main.c
2273
(&sc->cmd.cmd3.
ih3
))->dlengsz;
in send_nic_timestamp_pkt()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
igmp.c
948
struct igmpv3_query *
ih3
= igmpv3_query_hdr(skb);
in igmp_heard_query()
local
991
max_delay = IGMPV3_MRC(
ih3
->code)*(HZ/IGMP_TIMER_SCALE);
in igmp_heard_query()
998
ih3
= igmpv3_query_hdr(skb);
in igmp_heard_query()
999
if (
ih3
->nsrcs) {
in igmp_heard_query()
1001
+ ntohs(
ih3
->nsrcs)*sizeof(__be32)))
in igmp_heard_query()
1003
ih3
= igmpv3_query_hdr(skb);
in igmp_heard_query()
1006
max_delay = IGMPV3_MRC(
ih3
->code)*(HZ/IGMP_TIMER_SCALE);
in igmp_heard_query()
1015
in_dev->mr_qrv =
ih3
->qrv ?: READ_ONCE(net->ipv4.sysctl_igmp_qrv);
in igmp_heard_query()
1016
in_dev->mr_qi = IGMPV3_QQIC(
ih3
->qqic)*HZ ?: IGMP_QUERY_INTERVAL;
in igmp_heard_query()
1026
if (
ih3
in igmp_heard_query()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
igmp.c
948
struct igmpv3_query *
ih3
= igmpv3_query_hdr(skb);
in igmp_heard_query()
local
991
max_delay = IGMPV3_MRC(
ih3
->code)*(HZ/IGMP_TIMER_SCALE);
in igmp_heard_query()
998
ih3
= igmpv3_query_hdr(skb);
in igmp_heard_query()
999
if (
ih3
->nsrcs) {
in igmp_heard_query()
1001
+ ntohs(
ih3
->nsrcs)*sizeof(__be32)))
in igmp_heard_query()
1003
ih3
= igmpv3_query_hdr(skb);
in igmp_heard_query()
1006
max_delay = IGMPV3_MRC(
ih3
->code)*(HZ/IGMP_TIMER_SCALE);
in igmp_heard_query()
1015
in_dev->mr_qrv =
ih3
->qrv ?: READ_ONCE(net->ipv4.sysctl_igmp_qrv);
in igmp_heard_query()
1016
in_dev->mr_qi = IGMPV3_QQIC(
ih3
->qqic)*HZ ?: IGMP_QUERY_INTERVAL;
in igmp_heard_query()
1026
if (
ih3
in igmp_heard_query()
[all...]
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_multicast.c
2644
struct igmpv3_query *
ih3
;
in br_ip4_multicast_query()
local
2666
} else if (transport_len >= sizeof(*
ih3
)) {
in br_ip4_multicast_query()
2667
ih3
= igmpv3_query_hdr(skb);
in br_ip4_multicast_query()
2668
if (
ih3
->nsrcs ||
in br_ip4_multicast_query()
2669
(br->multicast_igmp_version == 3 && group &&
ih3
->suppress))
in br_ip4_multicast_query()
2672
max_delay =
ih3
->code ?
in br_ip4_multicast_query()
2673
IGMPV3_MRC(
ih3
->code) * (HZ / IGMP_TIMER_SCALE) : 1;
in br_ip4_multicast_query()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_multicast.c
3431
struct igmpv3_query *
ih3
;
in br_ip4_multicast_query()
local
3452
} else if (transport_len >= sizeof(*
ih3
)) {
in br_ip4_multicast_query()
3453
ih3
= igmpv3_query_hdr(skb);
in br_ip4_multicast_query()
3454
if (
ih3
->nsrcs ||
in br_ip4_multicast_query()
3456
ih3
->suppress))
in br_ip4_multicast_query()
3459
max_delay =
ih3
->code ?
in br_ip4_multicast_query()
3460
IGMPV3_MRC(
ih3
->code) * (HZ / IGMP_TIMER_SCALE) : 1;
in br_ip4_multicast_query()
Completed in 41 milliseconds