Searched refs:q_type (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_uverbs.c252 u32 q_type = (fileoffset >> 27) & 0x1; /* CQ, QP,... */ local
259 switch (q_type) {
304 ehca_gen_err("bad queue type %x", q_type);
H A Dehca_qp.c283 int q_type,
328 NULL, 0, q_type,
279 init_qp_queue(struct ehca_shca *shca, struct ehca_pd *pd, struct ehca_qp *my_qp, struct ipz_queue *queue, int q_type, u64 expected_hret, struct ehca_alloc_queue_parms *parms, int wqe_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c54 u8 q_type; member in struct:spu_queue
73 if (q->q_type == HV_NCS_QTYPE_MAU) {
1603 static void *new_queue(unsigned long q_type) argument
1605 return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL);
1608 static void free_queue(void *p, unsigned long q_type) argument
1610 return kmem_cache_free(queue_cache[q_type - 1], p);
1643 static int spu_queue_register(struct spu_queue *p, unsigned long q_type) argument
1658 hv_ret = sun4v_ncs_qconf(q_type, __pa(p->q),
1674 p->q = new_queue(p->q_type);
1678 err = spu_queue_register(p, p->q_type);
1752 handle_exec_unit(struct spu_mdesc_info *ip, struct list_head *list, struct platform_device *dev, struct mdesc_handle *mdesc, u64 node, const char *iname, unsigned long q_type, irq_handler_t handler, struct spu_queue **table) argument
1784 spu_mdesc_scan(struct mdesc_handle *mdesc, struct platform_device *dev, struct spu_mdesc_info *ip, struct list_head *list, const char *exec_name, unsigned long q_type, irq_handler_t handler, struct spu_queue **table) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libaddns/
H A Ddnsrecord.c29 uint16 q_type, uint16 q_class,
55 q->q_type = q_type;
28 dns_create_query( TALLOC_CTX *mem_ctx, const char *name, uint16 q_type, uint16 q_class, struct dns_request **preq ) argument
H A Ddns.h306 uint16 q_type; member in struct:dns_question
396 uint16 q_type, uint16 q_class,
H A Ddnsmarshall.c273 dns_marshall_uint16(buf, q->q_type);
291 dns_unmarshall_uint16(buf, &q->q_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnamequery.c289 BOOL name_status_find(const char *q_name, int q_type, int type, struct in_addr to_ip, fstring name) argument
298 DEBUG(5,("name_status_find(%s#%02x): netbios is disabled\n", q_name, q_type));
303 q_type, inet_ntoa(to_ip)));
307 if (namecache_status_fetch(q_name, q_type, type, to_ip, name))
315 make_nmb_name(&nname, q_name, q_type);
334 if ( q_type != 0x1c )
335 namecache_status_store(q_name, q_type, type, to_ip, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Ddns.c273 static NTSTATUS dns_send_req( TALLOC_CTX *ctx, const char *name, int q_type, argument
295 if ( (resp_len = res_query(name, C_IN, q_type, buffer, buf_len)) < 0 ) {

Completed in 65 milliseconds