Searched refs:ttl (Results 1 - 20 of 20) sorted by relevance

/drivers/net/usb/
H A Dnet1080.c278 #define TTL_THIS(ttl) (0x00ff & ttl)
279 #define TTL_OTHER(ttl) (0x00ff & (ttl >> 8))
282 static inline void nc_dump_ttl(struct usbnet *dev, u16 ttl) argument
284 netif_dbg(dev, link, dev->net, "net1080 %s-%s ttl 0x%x this = %d, other = %d\n",
286 ttl, TTL_THIS(ttl), TTL_OTHER(ttl));
293 u16 usbctl, status, ttl; local
[all...]
/drivers/staging/rtl8712/
H A Dip.h128 __u8 ttl; member in struct:iphdr
/drivers/net/wireless/bcmdhd/include/proto/
H A Dbcmip.h112 uint8 ttl; member in struct:ipv4_hdr
/drivers/w1/
H A Dw1.h71 int ttl; member in struct:w1_slave
H A Dw1.c715 sl->ttl = dev->slave_ttl;
957 if (!test_bit(W1_SLAVE_ACTIVE, (unsigned long *)&sl->flags) && !--sl->ttl)
960 sl->ttl = dev->slave_ttl;
/drivers/char/agp/
H A Dparisc-agp.c292 int ttl = 48; local
298 while (ttl-- && pos >= 0x40) {
H A Dhp-agp.c188 int ttl = 48; local
194 while (ttl-- && pos >= 0x40) {
/drivers/gpio/
H A DMakefile21 obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o
/drivers/pci/
H A Dpci.c165 u8 pos, int cap, int *ttl)
169 while ((*ttl)--) {
188 int ttl = PCI_FIND_CAP_TTL; local
190 return __pci_find_next_cap_ttl(bus, devfn, pos, cap, &ttl);
296 int ttl; local
300 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8;
315 while (ttl-- > 0) {
348 int ttl; local
352 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8;
359 while (ttl
164 __pci_find_next_cap_ttl(struct pci_bus *bus, unsigned int devfn, u8 pos, int cap, int *ttl) argument
376 int rc, ttl = PCI_FIND_CAP_TTL; local
[all...]
H A Dquirks.c2222 int pos, ttl = 48; local
2225 while (pos && ttl--) {
2284 int pos, ttl = 48; local
2287 while (pos && ttl--) {
2364 int pos, ttl = 48; local
2369 while (pos && ttl--) {
2489 int pos, ttl = 48; local
2492 while (pos && ttl--) {
/drivers/misc/
H A Dspear13xx_pcie_gadget.c135 u32 pos, int cap, int *ttl)
139 while ((*ttl)--) {
157 int ttl = PCI_FIND_CAP_TTL; local
159 return pci_find_own_next_cap_ttl(config, pos, cap, &ttl);
134 pci_find_own_next_cap_ttl(struct spear_pcie_gadget_config *config, u32 pos, int cap, int *ttl) argument
/drivers/ata/
H A Dsata_fsl.c226 u32 ttl; member in struct:cmdhdr_tbl_entry
383 pp->cmdslot[tag].ttl = cpu_to_le32(data_xfer_len & ~0x03);
386 VPRINTK("cda=0x%x, prde_fis_len=0x%x, ttl=0x%x, di=0x%x\n",
389 pp->cmdslot[tag].ttl, pp->cmdslot[tag].desc_info);
394 u32 *ttl, dma_addr_t cmd_desc_paddr,
446 VPRINTK("sg_fill, ttl=%d, dba=0x%x, ddc=0x%x\n",
463 *ttl = ttl_dwords;
511 VPRINTK("SATA FSL : xx_qc_prep, di = 0x%x, ttl = %d, num_prde = %d\n",
393 sata_fsl_fill_sg(struct ata_queued_cmd *qc, void *cmd_desc, u32 *ttl, dma_addr_t cmd_desc_paddr, int data_snoop) argument
/drivers/net/slip/
H A Dslhc.c346 || ip->ttl != cs->cs_ip.ttl
/drivers/net/ethernet/broadcom/
H A Dcnic_if.h243 u8 ttl; member in struct:cnic_sock
H A Dcnic_defs.h347 u8 ttl; member in struct:l4_kwq_connect_req3
353 u8 ttl; member in struct:l4_kwq_connect_req3
4328 u8 ttl; member in struct:xstorm_ip_v4_context_section
4334 u8 ttl; member in struct:xstorm_ip_v4_context_section
H A Dcnic.c3406 l4kwqe3->ttl = csk->ttl;
3533 csk1->ttl = DEF_TTL;
/drivers/net/wireless/libertas/
H A Dhost.h952 u8 ttl; member in struct:cmd_ds_fwt_access
/drivers/net/ethernet/freescale/
H A Ducc_geth.h474 u32 ttl; /* temporary variable handled by QE */ member in struct:ucc_geth_scheduler
/drivers/net/ppp/
H A Dpptp.c275 iph->ttl = ip4_dst_hoplimit(&rt->dst);
/drivers/infiniband/hw/nes/
H A Dnes_cm.c448 iph->ttl = 0x40;

Completed in 392 milliseconds