Home
last modified time | relevance | path

Searched refs:fts (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_module.c96 ieee->fts = DEFAULT_FTS; in alloc_rtllib()
H A Drtllib_tx.c97 * into N parts of size ieee->fts. The first fragment contains the SNAP header
102 * the case of WEP) So if you have 1500 bytes of payload with ieee->fts set to
710 frag_size = ieee->fts; in rtllib_xmit_inter()
H A Drtllib.h1526 u16 fts; /* Fragmentation Threshold */ member
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_module.c96 ieee->fts = DEFAULT_FTS; in alloc_rtllib()
H A Drtllib_tx.c97 * into N parts of size ieee->fts. The first fragment contains the SNAP header
102 * the case of WEP) So if you have 1500 bytes of payload with ieee->fts set to
701 frag_size = ieee->fts; in rtllib_xmit_inter()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
H A Dr8192U_wx.c433 priv->ieee80211->fts = DEFAULT_FRAG_THRESHOLD; in r8192_wx_set_frag()
439 priv->ieee80211->fts = wrqu->frag.value & ~0x1; in r8192_wx_set_frag()
451 wrqu->frag.value = priv->ieee80211->fts; in r8192_wx_get_frag()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/
H A Dr8192U_wx.c433 priv->ieee80211->fts = DEFAULT_FRAG_THRESHOLD; in r8192_wx_set_frag()
439 priv->ieee80211->fts = wrqu->frag.value & ~0x1; in r8192_wx_set_frag()
451 wrqu->frag.value = priv->ieee80211->fts; in r8192_wx_get_frag()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c152 ieee->fts = DEFAULT_FTS; in alloc_libipw()
H A Dlibipw_tx.c78 N parts of size ieee->fts. The first fragment contains the SNAP header and the
83 So if you have 1500 bytes of payload with ieee->fts set to 500 without
373 frag_size = ieee->fts; in libipw_xmit()
H A Dlibipw.h773 u16 fts; /* Fragmentation Threshold */ member
H A Dipw2100.c7277 priv->ieee->fts = DEFAULT_FTS; in ipw2100_wx_set_frag()
7283 priv->ieee->fts = wrqu->frag.value & ~0x1; in ipw2100_wx_set_frag()
7284 priv->frag_threshold = priv->ieee->fts; in ipw2100_wx_set_frag()
7287 IPW_DEBUG_WX("SET Frag Threshold -> %d\n", priv->ieee->fts); in ipw2100_wx_set_frag()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c106 ieee->fts = DEFAULT_FTS; in alloc_ieee80211()
H A Dieee80211_tx.c104 * N parts of size ieee->fts. The first fragment contains the SNAP header and the
109 * So if you have 1500 bytes of payload with ieee->fts set to 500 without
641 frag_size = ieee->fts;//default:392 in ieee80211_xmit()
H A Dieee80211.h1729 u16 fts; /* Fragmentation Threshold */ member
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c106 ieee->fts = DEFAULT_FTS; in alloc_ieee80211()
H A Dieee80211_tx.c104 * N parts of size ieee->fts. The first fragment contains the SNAP header and the
109 * So if you have 1500 bytes of payload with ieee->fts set to 500 without
641 frag_size = ieee->fts;//default:392 in ieee80211_xmit()
H A Dieee80211.h1666 u16 fts; /* Fragmentation Threshold */ member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c152 ieee->fts = DEFAULT_FTS; in alloc_libipw()
H A Dlibipw_tx.c78 N parts of size ieee->fts. The first fragment contains the SNAP header and the
83 So if you have 1500 bytes of payload with ieee->fts set to 500 without
373 frag_size = ieee->fts; in libipw_xmit()
H A Dlibipw.h772 u16 fts; /* Fragmentation Threshold */ member
H A Dipw2100.c7266 priv->ieee->fts = DEFAULT_FTS; in ipw2100_wx_set_frag()
7272 priv->ieee->fts = wrqu->frag.value & ~0x1; in ipw2100_wx_set_frag()
7273 priv->frag_threshold = priv->ieee->fts; in ipw2100_wx_set_frag()
7276 IPW_DEBUG_WX("SET Frag Threshold -> %d\n", priv->ieee->fts); in ipw2100_wx_set_frag()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c593 priv->rtllib->fts = DEFAULT_FRAG_THRESHOLD; in _rtl92e_wx_set_frag()
599 priv->rtllib->fts = wrqu->frag.value & ~0x1; in _rtl92e_wx_set_frag()
611 wrqu->frag.value = priv->rtllib->fts; in _rtl92e_wx_get_frag()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c572 priv->rtllib->fts = DEFAULT_FRAG_THRESHOLD; in _rtl92e_wx_set_frag()
578 priv->rtllib->fts = wrqu->frag.value & ~0x1; in _rtl92e_wx_set_frag()
590 wrqu->frag.value = priv->rtllib->fts; in _rtl92e_wx_get_frag()
/kernel/linux/linux-5.10/include/scsi/
H A Dfc_encode.h22 struct fc_ns_fts fts; /* FC4-types object */ member
145 ct->payload.rft.fts = lport->fcts; in fc_ct_ns_fill()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_encode.h23 struct fc_ns_fts fts; /* FC4-types object */ member
117 ct->payload.rft.fts = lport->fcts; in fc_ct_ns_fill()

Completed in 53 milliseconds

12