Searched defs:v6 (Results 1 - 11 of 11) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.h71 u8 v6; /* whether entry is for IPv6 */ member in struct:l2t_entry
H A Dsge.c939 bool v6 = (ssi->gso_type & SKB_GSO_TCPV6) != 0; local
947 LSO_IPV6(v6) |
956 cntrl = TXPKT_CSUM_TYPE(v6 ? TX_CSUM_TCPIP6 : TX_CSUM_TCPIP) |
H A Dt4_hw.c1653 * @v6: holds the TCP/IPv6 counter values
1656 * Either @v4 or @v6 may be %NULL to skip the corresponding stats.
1659 struct tp_tcp_stats *v6)
1675 if (v6) {
1678 v6->tcpOutRsts = STAT(OUT_RST);
1679 v6->tcpInSegs = STAT64(IN_SEG);
1680 v6->tcpOutSegs = STAT64(OUT_SEG);
1681 v6->tcpRetransSegs = STAT64(RXT_SEG);
1658 t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, struct tp_tcp_stats *v6) argument
H A Dcxgb4_main.c2394 struct tp_tcp_stats *v6)
2399 t4_tp_get_tcp_stats(adap, v4, v6);
2393 cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4, struct tp_tcp_stats *v6) argument
/drivers/infiniband/hw/cxgb4/
H A Dprovider.c387 struct tp_tcp_stats v4, v6; local
390 cxgb4_get_tcp_stats(c4iw_dev->rdev.lldi.pdev, &v4, &v6);
392 stats->iw.tcpInSegs = v4.tcpInSegs + v6.tcpInSegs;
393 stats->iw.tcpOutSegs = v4.tcpOutSegs + v6.tcpOutSegs;
394 stats->iw.tcpRetransSegs = v4.tcpRetransSegs + v6.tcpRetransSegs;
395 stats->iw.tcpOutRsts = v4.tcpOutRsts + v6.tcpOutSegs;
/drivers/gpu/drm/radeon/
H A Datombios_crtc.c737 PIXEL_CLOCK_PARAMETERS_V6 v6; member in union:set_pixel_clock
772 args.v6.ulDispEngClkFreq = cpu_to_le32(dispclk);
774 args.v6.ucPpll = ATOM_EXT_PLL1;
776 args.v6.ucPpll = ATOM_PPLL0;
778 args.v6.ucPpll = ATOM_DCPLL;
880 args.v6.ulDispEngClkFreq = cpu_to_le32(crtc_id << 24 | clock / 10);
881 args.v6.ucRefDiv = ref_div;
882 args.v6.usFbDiv = cpu_to_le16(fb_div);
883 args.v6.ulFbDivDecFrac = cpu_to_le32(frac_fb_div * 100000);
884 args.v6
[all...]
/drivers/staging/wlags49_h2/
H A Dhcf.c425 hcf_16 v6; // HCF_DMA member in struct:__anon5625
/drivers/net/ethernet/broadcom/
H A Dcnic_if.h215 struct sockaddr_in6 v6; member in union:cnic_sockaddr::__anon1979
219 struct sockaddr_in6 v6; member in union:cnic_sockaddr::__anon1980
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1185 bool v6 = (ssi->gso_type & SKB_GSO_TCPV6) != 0; local
1200 LSO_IPV6(v6) |
1214 cntrl = (TXPKT_CSUM_TYPE(v6 ? TX_CSUM_TCPIP6 : TX_CSUM_TCPIP) |
/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h259 u32 v6:1; /* IPv6 */ member in struct:Vmxnet3_RxCompDesc
271 u32 v6:1; /* IPv6 */ member in struct:Vmxnet3_RxCompDesc
/drivers/video/sis/
H A Dsis_main.c4342 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; local
4360 v3 = 0x80; v6 = 0x80;
4376 v6 = bios[rindex++];
4384 SiS_SetReg(SISSR, 0x30, v6);
4394 v5 = 0x06; v6 = 0x00; v7 = 0x00; v8 = 0x00;
4402 v6 = bios[memtype + 40];
4413 SiS_SetReg(SISSR, 0x1a, v6);
4456 v4 = 0x00; v5 = 0x00; v6 = 0x10;
4460 v6 = bios[0xf7];
4464 SiS_SetReg(SISPART4, 0x10, v6);
[all...]

Completed in 309 milliseconds