Home
last modified time | relevance | path

Searched refs:ih3 (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Docteon_nic.h178 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()
Docteon_nic.c35 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()
Drequest_manager.c594 struct octeon_instr_ih3 *ih3; in octeon_prepare_soft_command() local
605 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_prepare_soft_command()
607 ih3->pkind = oct->instr_queue[sc->iq_no]->txpciq.s.pkind; in octeon_prepare_soft_command()
626 ih3->dlengsz = sc->datasize; in octeon_prepare_soft_command()
645 ih3->fsz = LIO_SOFTCMDRESP_IH3; in octeon_prepare_soft_command()
650 ih3->fsz = LIO_PCICMD_O3; in octeon_prepare_soft_command()
695 struct octeon_instr_ih3 *ih3; in octeon_send_soft_command() local
708 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_send_soft_command()
709 if (ih3->dlengsz) { in octeon_send_soft_command()
720 len = (u32)ih3->dlengsz; in octeon_send_soft_command()
Docteon_iq.h236 u64 ih3; member
Dlio_vf_main.c1380 len = (u32)((struct octeon_instr_ih3 *)(&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()
Dlio_main.c2293 (&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()
/Linux-v5.4/net/ipv4/
Digmp.c937 struct igmpv3_query *ih3 = igmpv3_query_hdr(skb); in igmp_heard_query() local
980 max_delay = IGMPV3_MRC(ih3->code)*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query()
987 ih3 = igmpv3_query_hdr(skb); in igmp_heard_query()
988 if (ih3->nsrcs) { in igmp_heard_query()
990 + ntohs(ih3->nsrcs)*sizeof(__be32))) in igmp_heard_query()
992 ih3 = igmpv3_query_hdr(skb); in igmp_heard_query()
995 max_delay = IGMPV3_MRC(ih3->code)*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query()
1004 in_dev->mr_qrv = ih3->qrv ?: net->ipv4.sysctl_igmp_qrv; in igmp_heard_query()
1005 in_dev->mr_qi = IGMPV3_QQIC(ih3->qqic)*HZ ?: IGMP_QUERY_INTERVAL; in igmp_heard_query()
1015 if (ih3->nsrcs) in igmp_heard_query()
[all …]
/Linux-v5.4/net/bridge/
Dbr_multicast.c1224 struct igmpv3_query *ih3; in br_ip4_multicast_query() local
1246 } else if (transport_len >= sizeof(*ih3)) { in br_ip4_multicast_query()
1247 ih3 = igmpv3_query_hdr(skb); in br_ip4_multicast_query()
1248 if (ih3->nsrcs) in br_ip4_multicast_query()
1251 max_delay = ih3->code ? in br_ip4_multicast_query()
1252 IGMPV3_MRC(ih3->code) * (HZ / IGMP_TIMER_SCALE) : 1; in br_ip4_multicast_query()