| /linux/drivers/net/wan/ |
| H A D | hdlc_fr.c | 464 int stat_len = (lmi == LMI_CISCO) ? 6 : 3; in fr_lmi_send() local 469 len += state(hdlc)->dce_pvc_count * (2 + stat_len); in fr_lmi_send() 506 data[i++] = stat_len; in fr_lmi_send() 536 i += stat_len; in fr_lmi_send() 640 int stat_len = (lmi == LMI_CISCO) ? 6 : 3, reptype, error, no_ram, i; in fr_lmi_recv() local 773 while (skb->len >= i + 2 + stat_len) { in fr_lmi_recv() 785 if (skb->data[++i] != stat_len) { in fr_lmi_recv() 827 i += stat_len; in fr_lmi_recv()
|
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr_core.h | 36 u16 stat_len; /* length of the status received (WORDs) */ member
|
| H A D | pcxhr.c | 1254 rmh.stat_len = PCXHR_SIZE_MAX_STATUS; in pcxhr_proc_info() 1259 if (rmh.stat_len > 8) in pcxhr_proc_info() 1260 rmh.stat_len = 8; in pcxhr_proc_info() 1261 for (i = 0; i < rmh.stat_len; i++) in pcxhr_proc_info()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 205 u32 stat_len; in spu_skcipher_tx_sg_create() local 234 stat_len = spu->spu_tx_status_len(); in spu_skcipher_tx_sg_create() 235 if (stat_len) { in spu_skcipher_tx_sg_create() 236 memset(rctx->msg_buf.tx_stat, 0, stat_len); in spu_skcipher_tx_sg_create() 237 sg_set_buf(sg, rctx->msg_buf.tx_stat, stat_len); in spu_skcipher_tx_sg_create() 585 u32 stat_len; in spu_ahash_tx_sg_create() local 614 stat_len = spu->spu_tx_status_len(); in spu_ahash_tx_sg_create() 615 if (stat_len) { in spu_ahash_tx_sg_create() 616 memset(rctx->msg_buf.tx_stat, 0, stat_len); in spu_ahash_tx_sg_create() 617 sg_set_buf(sg, rctx->msg_buf.tx_stat, stat_len); in spu_ahash_tx_sg_create() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | sge.c | 2285 &fl->addr, &fl->sdesc, s->stat_len); in t4vf_sge_alloc_rxq() 2297 s->stat_len / EQ_UNIT); in t4vf_sge_alloc_rxq() 2424 nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); in t4vf_sge_alloc_eth_txq() 2433 &txq->q.phys_addr, &txq->q.sdesc, s->stat_len); in t4vf_sge_alloc_eth_txq() 2516 tq->size * sizeof(*tq->desc) + s->stat_len, in free_txq() 2546 fl->size * sizeof(*fl->desc) + s->stat_len, in free_rspq_fl() 2665 s->stat_len = ((sge_params->sge_control & EGRSTATUSPAGESIZE_F) in t4vf_sge_init()
|
| H A D | adapter.h | 316 u32 stat_len; /* length of status page at ring end */ member
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_msg.c | 942 const size_t num_pages_stat = PFN_UP(arg->stat_len); in vmw_mksstat_add_ioctl() 962 if (!arg->stat_len || !arg->info_len || !arg->strs_len) in vmw_mksstat_add_ioctl() 1005 pdesc->statLength = arg->stat_len; in vmw_mksstat_add_ioctl()
|
| /linux/sound/pci/lx6464es/ |
| H A D | lx_core.h | 88 u16 stat_len; /* length of the status received (WORDs) */ member
|
| /linux/include/uapi/drm/ |
| H A D | vmwgfx_drm.h | 1271 __u64 stat_len; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 4419 &fl->sdesc, s->stat_len, in t4_sge_alloc_rxq() 4424 flsz = fl->size / 8 + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_rxq() 4588 nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_eth_txq() 4592 &txq->q.phys_addr, &txq->q.sdesc, s->stat_len, in t4_sge_alloc_eth_txq() 4681 nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_ctrl_txq() 4751 nentries = q->size + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_ofld_txq() 4754 &q->sdesc, s->stat_len, NUMA_NO_NODE); in t4_sge_alloc_ofld_txq() 4844 q->size * sizeof(struct tx_desc) + s->stat_len, in free_txq() 4869 dma_free_coherent(adap->pdev_dev, fl->size * 8 + s->stat_len, in free_rspq_fl() 5157 s->stat_len = (sge_control & EGRSTATUSPAGESIZE_F) ? 128 : 64; in t4_sge_init()
|
| H A D | cxgb4_uld.c | 625 lld->sge_egrstatuspagesize = adap->sge.stat_len; in uld_init()
|
| H A D | t4_hw.c | 7277 unsigned int stat_len = cache_line_size > 64 ? 128 : 64; in t4_fixup_host_params() local 7297 EGRSTATUSPAGESIZE_V(stat_len != 64)); in t4_fixup_host_params() 7373 EGRSTATUSPAGESIZE_V(stat_len != 64)); in t4_fixup_host_params()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_wr.c | 1314 uint32_t stat_len = clsz > 64 ? 128 : 64; in csio_wr_fixup_host_params() local 1394 EGRSTATUSPAGESIZE_V(stat_len != 64)); in csio_wr_fixup_host_params()
|