Searched refs:stat_len (Results 1 – 9 of 9) sorted by relevance
| /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
|
| /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/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 | 631 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()
|