Searched refs:byte_cnt (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dether-wake.c155 int byte_cnt, i; local
158 byte_cnt = sscanf(ethoptarg, "%2x:%2x:%2x:%2x:%2x:%2x",
162 if (byte_cnt < 4)
163 byte_cnt = sscanf(ethoptarg, "%u.%u.%u.%u",
165 if (byte_cnt < 4) {
170 for (i = 0; i < byte_cnt; ++i)
175 byte_cnt);
177 return byte_cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dlld_cdma.h48 u16 CDMA_MemCopy_CMD(u8 *dest, u8 *src, u32 byte_cnt, u16 flags);
H A Dlld_cdma.c118 u16 CDMA_MemCopy_CMD(u8 *dest, u8 *src, u32 byte_cnt, u16 flags) argument
130 info.pcmds[info.pcmds_num].MemCopyByteCnt = byte_cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dccio-dma.c568 ccio_clear_io_tlb(struct ioc *ioc, dma_addr_t iovp, size_t byte_cnt) argument
573 byte_cnt += chain_size;
575 while(byte_cnt > chain_size) {
578 byte_cnt -= chain_size;
583 ccio_mark_invalid(struct ioc *ioc, dma_addr_t iova, size_t byte_cnt) argument
589 saved_byte_cnt = byte_cnt = ALIGN(byte_cnt, IOVP_SIZE);
591 while(byte_cnt > 0) {
601 byte_cnt -= IOVP_SIZE;
H A Dsba_iommu.c575 * @byte_cnt: number of bytes this mapping covers.
588 sba_mark_invalid(struct ioc *ioc, dma_addr_t iova, size_t byte_cnt) argument
605 if (byte_cnt > IOVP_SIZE)
609 iovp |= get_order(byte_cnt) + PAGE_SHIFT;
618 byte_cnt -= IOVP_SIZE;
619 } while (byte_cnt > IOVP_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mlx4/
H A Dcq.h50 __be32 byte_cnt; member in struct:mlx4_cqe
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3_82586.h230 unsigned char byte_cnt; /* size of the config-cmd */ member in struct:configure_cmd_struct
H A D3c523.h201 unsigned char byte_cnt; /* size of the config-cmd */ member in struct:configure_cmd_struct
H A Dmv643xx_eth.c188 u16 byte_cnt; /* Descriptor buffer byte count */ member in struct:rx_desc
196 u16 byte_cnt; /* buffer byte count */ member in struct:tx_desc
206 u16 byte_cnt; /* Descriptor buffer byte count */ member in struct:rx_desc
214 u16 byte_cnt; /* buffer byte count */ member in struct:tx_desc
560 u16 byte_cnt; local
583 byte_cnt = rx_desc->byte_cnt;
594 stats->rx_bytes += byte_cnt - 2;
609 skb_put(skb, byte_cnt - 2 - 4);
753 desc->byte_cnt
[all...]
H A Dpxa168_eth.c181 u16 byte_cnt; /* Descriptor buffer byte count */ member in struct:rx_desc
190 u16 byte_cnt; /* buffer byte count */ member in struct:tx_desc
742 count = desc->byte_cnt;
824 stats->rx_bytes += rx_desc->byte_cnt;
849 skb_put(skb, rx_desc->byte_cnt - 4);
1270 desc->byte_cnt = length;
H A Dni52.h222 u8 byte_cnt; /* size of the config-cmd */ member in struct:configure_cmd_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_link.h204 u8 byte_cnt, u8 *o_buf);
H A Dbnx2x_link.c2653 u16 addr, u8 byte_cnt, u8 *o_buf)
2662 if (byte_cnt > 16) {
2673 (byte_cnt | 0xa000));
2713 for (i = 0; i < byte_cnt; i++) {
2737 u16 addr, u8 byte_cnt, u8 *o_buf)
2745 if (byte_cnt > 16) {
2765 ((byte_cnt < 2) ? 2 : byte_cnt));
2815 for (i = 0; i < byte_cnt; i++) {
2840 u8 byte_cnt, u
2652 bnx2x_8726_read_sfp_module_eeprom(struct link_params *params, u16 addr, u8 byte_cnt, u8 *o_buf) argument
2736 bnx2x_8727_read_sfp_module_eeprom(struct link_params *params, u16 addr, u8 byte_cnt, u8 *o_buf) argument
2839 bnx2x_read_sfp_module_eeprom(struct link_params *params, u16 addr, u8 byte_cnt, u8 *o_buf) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_vnodeops.c484 int byte_cnt; local
496 byte_cnt = XFS_FSB_TO_B(mp, mval[n].br_blockcount);
498 bp = xfs_buf_read(mp->m_ddev_targp, d, BTOBB(byte_cnt),
507 if (pathlen < byte_cnt)
508 byte_cnt = pathlen;
509 pathlen -= byte_cnt;
511 memcpy(link, XFS_BUF_PTR(bp), byte_cnt);
1948 int byte_cnt; local
2102 byte_cnt = XFS_FSB_TO_B(mp, mval[n].br_blockcount);
2104 BTOBB(byte_cnt),
2111 memcpy(XFS_BUF_PTR(bp), cur_chunk, byte_cnt); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-ucode.c93 u32 byte_cnt = image->len; local
112 << FH_MEM_TFDIB_REG1_ADDR_BITSHIFT) | byte_cnt);
H A Diwl-agn.h116 u16 byte_cnt);
H A Diwl-core.h145 u16 byte_cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/common/
H A Dsba_iommu.c826 * @byte_cnt: number of bytes this mapping covers.
839 sba_mark_invalid(struct ioc *ioc, dma_addr_t iova, size_t byte_cnt) argument
846 ASSERT(byte_cnt > 0);
847 ASSERT(0 == (byte_cnt & ~iovp_mask));
856 if (byte_cnt <= iovp_size)
879 u32 t = get_iovp_order(byte_cnt) + iovp_shift;
894 byte_cnt -= iovp_size;
895 } while (byte_cnt > 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_hw.c445 * @byte_cnt: number of bytes to read
454 static int sf1_read(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
459 if (!byte_cnt || byte_cnt > 4)
465 t4_write_reg(adapter, SF_OP, lock | cont | BYTECNT(byte_cnt - 1));
475 * @byte_cnt: number of bytes to write
484 static int sf1_write(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
487 if (!byte_cnt || byte_cnt > 4)
495 cont | BYTECNT(byte_cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dlmac.h477 __le16 byte_cnt; member in struct:iwm_lmac_tx_resp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c125 __be32 byte_cnt; member in struct:mthca_cqe
601 entry->byte_len = be32_to_cpu(cqe->byte_cnt);
619 entry->byte_len = be32_to_cpu(cqe->byte_cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_cmds.c1620 u32 byte_cnt, struct be_dma_mem *cmd)
1647 req->byte_count = cpu_to_le32(byte_cnt);
1648 for (i = 0; i < byte_cnt; i++) {
1660 if ((memcmp(resp->rcv_buff, req->snd_buff, byte_cnt) != 0) ||
1619 be_cmd_ddr_dma_test(struct be_adapter *adapter, u64 pattern, u32 byte_cnt, struct be_dma_mem *cmd) argument
H A Dbe_cmds.h855 u32 byte_cnt; member in struct:be_cmd_resp_ddrdma_test
987 u32 byte_cnt, struct be_dma_mem *cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3_hw.c756 * @byte_cnt: number of bytes to read
764 static int sf1_read(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
769 if (!byte_cnt || byte_cnt > 4)
773 t3_write_reg(adapter, A_SF_OP, V_CONT(cont) | V_BYTECNT(byte_cnt - 1));
783 * @byte_cnt: number of bytes to write
791 static int sf1_write(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
794 if (!byte_cnt || byte_cnt > 4)
800 V_CONT(cont) | V_BYTECNT(byte_cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dcq.c654 wc->byte_len = be32_to_cpu(cqe->byte_cnt);
686 wc->byte_len = be32_to_cpu(cqe->byte_cnt);

Completed in 319 milliseconds

12