/drivers/misc/sgi-xp/ |
D | xp_main.c | 158 u16 nentries, u32 assigned_limit, u32 idle_limit) in xpc_connect() argument 163 DBUG_ON(payload_size == 0 || nentries == 0); in xpc_connect() 183 registration->nentries = nentries; in xpc_connect() 235 registration->nentries = 0; in xpc_disconnect()
|
D | xpc_uv.c | 1087 int nentries; in xpc_allocate_send_msg_slot_uv() local 1091 for (nentries = ch->local_nentries; nentries > 0; nentries--) { in xpc_allocate_send_msg_slot_uv() 1092 nbytes = nentries * sizeof(struct xpc_send_msg_slot_uv); in xpc_allocate_send_msg_slot_uv() 1097 for (entry = 0; entry < nentries; entry++) { in xpc_allocate_send_msg_slot_uv() 1106 if (nentries < ch->local_nentries) in xpc_allocate_send_msg_slot_uv() 1107 ch->local_nentries = nentries; in xpc_allocate_send_msg_slot_uv() 1121 int nentries; in xpc_allocate_recv_msg_slot_uv() local 1125 for (nentries = ch->remote_nentries; nentries > 0; nentries--) { in xpc_allocate_recv_msg_slot_uv() 1126 nbytes = nentries * ch->entry_size; in xpc_allocate_recv_msg_slot_uv() 1131 for (entry = 0; entry < nentries; entry++) { in xpc_allocate_recv_msg_slot_uv() [all …]
|
D | xpc_sn2.c | 1565 int nentries; in xpc_allocate_local_msgqueue_sn2() local 1568 for (nentries = ch->local_nentries; nentries > 0; nentries--) { in xpc_allocate_local_msgqueue_sn2() 1570 nbytes = nentries * ch->entry_size; in xpc_allocate_local_msgqueue_sn2() 1577 nbytes = nentries * sizeof(struct xpc_notify_sn2); in xpc_allocate_local_msgqueue_sn2() 1586 if (nentries < ch->local_nentries) { in xpc_allocate_local_msgqueue_sn2() 1588 "partid=%d, channel=%d\n", nentries, in xpc_allocate_local_msgqueue_sn2() 1591 ch->local_nentries = nentries; in xpc_allocate_local_msgqueue_sn2() 1610 int nentries; in xpc_allocate_remote_msgqueue_sn2() local 1615 for (nentries = ch->remote_nentries; nentries > 0; nentries--) { in xpc_allocate_remote_msgqueue_sn2() 1617 nbytes = nentries * ch->entry_size; in xpc_allocate_remote_msgqueue_sn2() [all …]
|
D | xp.h | 271 u16 nentries; /* #of msg entries in local msg queue */ member
|
D | xpc_channel.c | 501 ch->local_nentries = registration->nentries; in xpc_connect_channel()
|
/drivers/isdn/hardware/eicon/ |
D | diva_dma.c | 41 struct _diva_dma_map_entry *diva_alloc_dma_map(void *os_context, int nentries) { in diva_alloc_dma_map() argument 42 diva_dma_map_entry_t *pmap = diva_os_malloc(0, sizeof(*pmap) * (nentries + 1)); in diva_alloc_dma_map() 44 memset(pmap, 0, sizeof(*pmap) * (nentries + 1)); in diva_alloc_dma_map()
|
D | diva_dma.h | 29 struct _diva_dma_map_entry *diva_alloc_dma_map(void *os_context, int nentries); 44 int nentries);
|
D | divasmain.c | 349 struct _diva_dma_map_entry **ppmap, int nentries) in diva_init_dma_map() argument 353 diva_alloc_dma_map(hdev, nentries); in diva_init_dma_map() 361 for (i = 0; i < nentries; i++) { in diva_init_dma_map()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | l2t.c | 71 return jhash_2words(key, ifindex, 0) & (d->nentries - 1); in arp_hash() 226 for (e = d->rover, end = &d->l2tab[d->nentries]; e != end; ++e) in alloc_l2e() 451 d->nentries = l2t_capacity; in t3_init_l2t()
|
D | l2t.h | 74 unsigned int nentries; /* number of entries */ member
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2213 int ret, nentries; in t4_sge_alloc_eth_txq() local 2219 nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_eth_txq() 2242 FW_EQ_ETH_CMD_EQSIZE(nentries)); in t4_sge_alloc_eth_txq() 2250 nentries * sizeof(struct tx_desc), in t4_sge_alloc_eth_txq() 2267 int ret, nentries; in t4_sge_alloc_ctrl_txq() local 2273 nentries = txq->q.size + s->stat_len / sizeof(struct tx_desc); in t4_sge_alloc_ctrl_txq() 2275 txq->q.desc = alloc_ring(adap->pdev_dev, nentries, in t4_sge_alloc_ctrl_txq() 2296 FW_EQ_CTRL_CMD_EQSIZE(nentries)); in t4_sge_alloc_ctrl_txq() 2302 nentries * sizeof(struct tx_desc), in t4_sge_alloc_ctrl_txq() 2319 int ret, nentries; in t4_sge_alloc_ofld_txq() local [all …]
|
/drivers/atm/ |
D | firestream.c | 1402 int nentries, int is_rq) in init_q() argument 1404 int sz = nentries * sizeof (struct FS_QENTRY); in init_q() 1410 queue, nentries); in init_q() 1418 write_fs (dev, Q_EA(queue), virt_to_bus(p+nentries-1)); in init_q()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 2215 int ret, nentries; in t4vf_sge_alloc_eth_txq() local 2223 nentries = txq->q.size + STAT_LEN / sizeof(struct tx_desc); in t4vf_sge_alloc_eth_txq() 2260 FW_EQ_ETH_CMD_EQSIZE(nentries)); in t4vf_sge_alloc_eth_txq() 2276 nentries * sizeof(struct tx_desc), in t4vf_sge_alloc_eth_txq()
|