Searched refs:overhead (Results 1 - 7 of 7) sorted by relevance

/drivers/net/fddi/skfp/
H A Dess.c105 static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhead);
124 u_long payload, overhead ; local
262 overhead = ((struct smt_p_3210 *)p)->mib_overhead ;
264 DB_ESSN(2,"payload= %lx overhead= %lx\n",payload,overhead) ;
269 (void)process_bw_alloc(smc,(long)payload,(long)overhead) ;
312 overhead = ((struct smt_p_3210 *)p)->mib_overhead ;
316 DB_ESSN(2,"payload= %lx overhead= %lx\n",payload,overhead) ;
321 if(!process_bw_alloc(smc,(long)payload,(long)overhead))
378 process_bw_alloc(struct s_smc *smc, long int payload, long int overhead) argument
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2x00crypto.c81 unsigned int overhead = 0; local
84 return overhead;
91 overhead += key->icv_len;
94 overhead += key->iv_len;
98 overhead += 8;
101 return overhead;
/drivers/net/fddi/skfp/h/
H A Dsmt.h495 int sba_ov_req ; /* total sync bandwidth req for overhead*/
805 struct smt_p_3210 overhead ; /* current SBA overhead */ member in struct:smt_sba_alc_res
820 struct smt_p_0018 ov_req ; /* requested SBA overhead */
822 struct smt_p_3210 overhead ; /* current SBA overhead */ member in struct:smt_sba_alc_req
838 struct smt_p_3210 overhead ; /* current SBA overhead */ member in struct:smt_sba_chg
860 struct smt_p_3210 overhead ; /* current SBA overhead */ member in struct:smt_sba_rep_res
[all...]
/drivers/usb/host/
H A Dxhci.c1846 if (interval_bw->overhead[LS_OVERHEAD_TYPE])
1848 if (interval_bw->overhead[FS_OVERHEAD_TYPE])
1922 * (the sum of all max ESIT payload sizes, plus any overhead per packet times
1941 * interval. Then those packets and their associated overhead are just added
1954 unsigned int overhead = 0; local
1997 * rounded max ESIT payload + number of packets * largest overhead.
2036 /* Use the larger overhead of this or the previous interval. */
2039 if (interval_overhead > overhead)
2040 overhead = interval_overhead;
2048 bw_added = packets_transmitted * (overhead
[all...]
H A Dxhci.h785 /* Each device speed has a protocol overhead (CRC, bit stuffing, etc) associated
786 * with each byte transferred. SuperSpeed devices have an initial overhead to
787 * set up bursts. These are in blocks, see above. LS overhead has already been
799 * of overhead associated with split transfers crossing microframe boundaries.
800 * 31 blocks is pure protocol overhead.
878 unsigned int overhead[3]; member in struct:xhci_interval_bw
/drivers/net/usb/
H A Dsmsc95xx.c1137 int overhead = csum ? SMSC95XX_TX_OVERHEAD_CSUM : SMSC95XX_TX_OVERHEAD; local
1143 if (skb_headroom(skb) < overhead) {
1145 overhead, 0, flags);
/drivers/tty/
H A Dn_gsm.c870 int overhead = 0; local
874 overhead = 1;
883 len = dlci->skb->len + overhead;
897 size = len + overhead;

Completed in 144 milliseconds