Searched refs:rx_count (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_h4.c58 unsigned long rx_count; member in struct:h4_struct
146 h4->rx_count = len;
152 h4->rx_count = 0;
167 BT_DBG("hu %p count %d rx_state %ld rx_count %ld",
168 hu, count, h4->rx_state, h4->rx_count);
172 if (h4->rx_count) {
173 len = min_t(unsigned int, h4->rx_count, count);
175 h4->rx_count -= len; count -= len; ptr += len;
177 if (h4->rx_count)
222 h4->rx_count
[all...]
H A Dhci_bcsp.c68 unsigned long rx_count; member in struct:bcsp_struct
461 bcsp->rx_count--;
473 bcsp->rx_count--;
482 bcsp->rx_count--;
490 bcsp->rx_count = 0;
574 BT_DBG("hu %p count %d rx_state %d rx_count %ld",
575 hu, count, bcsp->rx_state, bcsp->rx_count);
579 if (bcsp->rx_count) {
584 bcsp->rx_count = 0;
599 bcsp->rx_count
[all...]
H A Dbt3c_cs.c85 unsigned long rx_count; member in struct:bt3c_info_t
244 info->rx_count = 0;
263 info->rx_count = HCI_EVENT_HDR_SIZE;
268 info->rx_count = HCI_ACL_HDR_SIZE;
273 info->rx_count = HCI_SCO_HDR_SIZE;
294 info->rx_count--;
296 if (info->rx_count == 0) {
308 info->rx_count = eh->plen;
315 info->rx_count = dlen;
321 info->rx_count
[all...]
H A Dbtuart_cs.c80 unsigned long rx_count; member in struct:btuart_info_t
196 info->rx_count = 0;
212 info->rx_count = HCI_EVENT_HDR_SIZE;
217 info->rx_count = HCI_ACL_HDR_SIZE;
222 info->rx_count = HCI_SCO_HDR_SIZE;
240 info->rx_count--;
242 if (info->rx_count == 0) {
255 info->rx_count = eh->plen;
262 info->rx_count = dlen;
268 info->rx_count
[all...]
H A Dbluecard_cs.c79 unsigned long rx_count; member in struct:bluecard_info_t
396 info->rx_count = 0;
425 info->rx_count = HCI_EVENT_HDR_SIZE;
430 info->rx_count = HCI_ACL_HDR_SIZE;
435 info->rx_count = HCI_SCO_HDR_SIZE;
452 info->rx_count--;
454 if (info->rx_count == 0) {
466 info->rx_count = eh->plen;
473 info->rx_count = dlen;
479 info->rx_count
[all...]
H A Ddtl1_cs.c83 unsigned long rx_count; member in struct:dtl1_info_t
229 info->rx_count = NSHL;
236 info->rx_count--;
238 if (info->rx_count == 0) {
243 info->rx_count = nsh->len + (nsh->len & 0x0001);
278 info->rx_count = NSHL;
470 info->rx_count = NSHL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dau1550_spi.c60 unsigned rx_count; member in struct:au1550_spi
351 hw->rx_count = 0;
438 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count;
467 hw->rx_count = hw->len - au1xxx_get_dma_residue(hw->dma_rx_ch);
485 hw->rx_count = hw->len;
503 hw->rx_count += (size) / 8; \
537 hw->rx_count = 0;
568 return hw->rx_count < hw->tx_count ? hw->rx_count
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A D6pack.c99 unsigned int rx_count; member in struct:sixpack
540 sp->rx_count = 0;
635 sp->rx_count = 0;
873 if (sp->rx_count != 3) {
874 sp->raw_buf[sp->rx_count++] = inbyte;
886 sp->rx_count = 0;
956 if ((sp->rx_count == 0) && (sp->rx_count_cooked == 0)) {
966 rest = sp->rx_count;
H A Ddmascc.c207 int rx_head, rx_tail, rx_count; member in struct:scc_priv
754 priv->rx_head = priv->rx_tail = priv->rx_count = 0;
1241 if (priv->rx_count < NUM_RX_BUF - 1) {
1247 priv->rx_count++;
1279 while (priv->rx_count) {
1301 priv->rx_count--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.h72 u32 rx_count[WLAN_RATE_COUNT]; /* number of frames received (per rate) member in struct:sta_info
H A Dhostap_ap.c1044 sta->tx_count[2], sta->tx_count[3], sta->rx_count[0],
1045 sta->rx_count[1], sta->rx_count[2], sta->rx_count[3]);
2600 sta->rx_count[rate] = 0;
3168 sta->rx_count[0]++;
3170 sta->rx_count[1]++;
3172 sta->rx_count[2]++;
3174 sta->rx_count[3]++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dbcast.c418 static int rx_count = 0; local
458 if (++rx_count == TIPC_BCAST_LOSS_RATE) {
459 rx_count = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Datp.h10 ushort rx_count; member in struct:rx_header
H A Datp.c738 printk(KERN_DEBUG " rx_count %04x %04x %04x %04x..", rx_head.pad,
739 rx_head.rx_count, rx_head.rx_status, rx_head.cur_addr);
756 int pkt_len = (rx_head.rx_count & 0x7ff) - 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_mal.h247 u32 rx_count; member in struct:ibm_mal_regs
H A Dibm_emac_mal.c378 regs->rx_count = maldata->num_rx_chans;
395 for (i = 0; i < regs->rx_count; ++i) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dfarsync.c1471 int rx_count = 0; local
1481 if (rx_count > fst_max_reads) {
1491 rx_count++;

Completed in 114 milliseconds