Searched refs:ifs (Results 1 - 18 of 18) sorted by relevance

/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h296 * @ifs: IFS value.
315 enum ifs ifs; member in struct:txentry_desc::__anon3701::__anon3702
H A Drt2x00reg.h93 enum ifs { enum
H A Drt2x00queue.c253 * Set ifs to IFS_SIFS when the this is not the first fragment,
257 txdesc->u.plcp.ifs = IFS_BACKOFF;
259 txdesc->u.plcp.ifs = IFS_SIFS;
H A Drt2400pci.c1159 rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->u.plcp.ifs);
H A Drt2500usb.c1103 rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->u.plcp.ifs);
H A Drt2500pci.c1310 rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->u.plcp.ifs);
H A Drt73usb.c1477 rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->u.plcp.ifs);
H A Drt61pci.c1940 rt2x00_set_field32(&word, TXD_W0_IFS, txdesc->u.plcp.ifs);
/drivers/block/aoe/
H A Daoecmd.c101 if (t->ifp >= &t->ifs[NAOEIFS] || t->ifp->nd == NULL)
102 t->ifp = t->ifs;
401 p = t->ifs;
430 e = t->ifs + NAOEIFS - 1;
461 memset(ht->ifs, 0, sizeof ht->ifs);
529 && (ifp != t->ifs || t->ifs[1].nd)) {
958 t->ifp = t->ifs;
1075 p = (*t)->ifs;
[all...]
H A Daoe.h135 struct aoeif ifs[NAOEIFS]; member in struct:aoetgt
H A Daoeblk.c64 ifp = (*t)->ifs;
/drivers/net/ethernet/i825xx/
H A D3c523.h206 unsigned char ifs; /* inter frame spacing */ member in struct:configure_cmd_struct
H A Dsun3_82586.h235 unsigned char ifs; /* inter frame spacing */ member in struct:configure_cmd_struct
H A Dni52.h227 u8 ifs; /* inter frame spacing */ member in struct:configure_cmd_struct
H A D3c523.c641 cfg_cmd->ifs = 0x60;
H A Dni52.c616 writeb(0x60, &cfg_cmd->ifs);
H A Dsun3_82586.c428 cfg_cmd->ifs = 0x60;
/drivers/net/ethernet/intel/
H A De100.c475 /*12*/ u8 X(X(linear_priority_mode:1, pad12:3), ifs:4); member in struct:config
1116 config->ifs = 0x6; /* x16 = inter frame spacing */

Completed in 214 milliseconds