Searched refs:app_id (Results 1 - 21 of 21) sorted by path

/drivers/isdn/hysdn/
H A Dhycapi.c49 static inline int _hycapi_appCheck(int app_id, int ctrl_no) argument
51 if ((ctrl_no <= 0) || (ctrl_no > CAPI_MAXCONTR) || (app_id <= 0) ||
52 (app_id > CAPI_MAXAPPL))
54 printk(KERN_ERR "HYCAPI: Invalid request app_id %d for controller %d", app_id, ctrl_no);
57 return ((hycapi_applications[app_id - 1].ctrl_mask & (1 << (ctrl_no-1))) != 0);
/drivers/misc/genwqe/
H A Dcard_debugfs.c309 u64 app_id, slu_id, bitstream = -1; local
313 app_id = __genwqe_readq(cd, IO_APP_UNITCFG);
331 cd->card_idx, slu_id, app_id,
H A Dcard_dev.c591 *(__be64 *)&req->__asiv[96] = cpu_to_be64(load->app_id);
603 *(__be64 *)&req->asiv[88] = cpu_to_be64(load->app_id);
H A Dcard_sysfs.c72 u64 slu_id, app_id; local
76 app_id = __genwqe_readq(cd, IO_APP_UNITCFG);
78 return sprintf(buf, "%016llx.%016llx\n", slu_id, app_id);
H A Dcard_utils.c141 * genwqe_read_app_id() - Extract app_id
148 u32 app_id = (u32)cd->app_unitcfg; local
152 char ch = (char)((app_id >> (24 - j*8)) & 0xff);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c159 "dcbx_features.app.app_pri_tbl[%x].app_id %x\n",
160 i, features->app.app_pri_tbl[i].app_id);
223 ETH_TYPE_FCOE == entry[index].app_id)
230 TCP_PORT_ISCSI == entry[index].app_id)
685 app.protocol = ent->app_id;
889 if ((ETH_TYPE_FCOE == table[i].app_id) &&
892 else if ((TCP_PORT_ISCSI == table[i].app_id) &&
898 af->app.app_pri_tbl[traf_type].app_id =
899 table[i].app_id;
2238 app_ent->app_id
[all...]
H A Dbnx2x_dcb.h90 u32 app_id; member in struct:bnx2x_admin_priority_app_table
H A Dbnx2x_hsi.h1807 u16 app_id; member in struct:dcbx_app_priority_entry
1823 u16 app_id;
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c749 static int __cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id, argument
777 if (be16_to_cpu(pcmd.u.dcb.app_priority.protocolid) == app_id)
792 static int cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id) argument
794 return __cxgb4_getapp(dev, app_idtype, app_id, 0);
799 static int __cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, argument
826 if (be16_to_cpu(pcmd.u.dcb.app_priority.protocolid) == app_id) {
848 pcmd.u.dcb.app_priority.protocolid = cpu_to_be16(app_id);
864 static int cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, argument
870 .protocol = app_id,
880 app_idtype : 3, app_id, app_pri
[all...]
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_debug.c202 dev->app_info[i].app_id = i+1;
374 /* DEBUG("FT1000:ft1000_ioctl: Message is for AppId = %d\n", dev->app_info[i].app_id); */
645 ppseudo_hdr->portsrc = ft1000dev->app_info[app_index].app_id;
687 /*DEBUG("FT1000:ft1000_ioctl: Message is for AppId = %d\n", ft1000dev->app_info[i].app_id); */
771 /* DEBUG("FT1000:ft1000_ioctl: Message is for AppId = %d\n", ft1000dev->app_info[i].app_id); */
H A Dft1000_hw.c1463 if (dev->app_info[i].app_id == ((struct pseudo_hdr *)
H A Dft1000_usb.h15 u32 nTxMsg; /* DPRAM msg sent to DSP with app_id */
16 u32 nRxMsg; /* DPRAM msg rcv from dsp with app_id */
22 u16 app_id; /* Application id */ member in struct:app_info_block
/drivers/staging/ozwpan/
H A Dozcdev.c180 ei->app_id = OZ_APPID_SERIAL;
182 app_hdr->app_id = OZ_APPID_SERIAL;
H A Dozeltbuf.c173 if ((body->app_id == OZ_APPID_USB) && (body->type
225 app_hdr->elt_seq_num = buf->tx_seq_num[ei->app_id]++;
226 if (buf->tx_seq_num[ei->app_id] == 0)
227 buf->tx_seq_num[ei->app_id] = 1;
H A Dozeltbuf.h31 u8 app_id; member in struct:oz_elt_info
H A Dozpd.c855 void oz_handle_app_elt(struct oz_pd *pd, u8 app_id, struct oz_elt *elt) argument
857 if (app_id < OZ_NB_APPS && g_app_if[app_id].rx)
858 g_app_if[app_id].rx(pd, elt);
H A Dozpd.h127 void oz_handle_app_elt(struct oz_pd *pd, u8 app_id, struct oz_elt *elt);
H A Dozproto.c438 oz_handle_app_elt(pd, app_hdr->app_id, elt);
622 void oz_app_enable(int app_id, int enable) argument
624 if (app_id < OZ_NB_APPS) {
627 g_apps |= (1<<app_id);
629 g_apps &= ~(1<<app_id);
H A Dozproto.h45 void oz_app_enable(int app_id, int enable);
H A Dozprotocol.h135 u8 app_id; member in struct:oz_app_hdr
139 /* Values for app_id.
151 u8 app_id; member in struct:oz_usb_hdr
185 u8 app_id; member in struct:oz_get_desc_req
216 u8 app_id; member in struct:oz_get_desc_rsp
227 u8 app_id; member in struct:oz_feature_req
237 u8 app_id; member in struct:oz_feature_rsp
245 u8 app_id; member in struct:oz_set_config_req
253 u8 app_id; member in struct:oz_set_config_rsp
261 u8 app_id; member in struct:oz_set_interface_req
270 u8 app_id; member in struct:oz_set_interface_rsp
278 u8 app_id; member in struct:oz_get_interface_req
286 u8 app_id; member in struct:oz_get_interface_rsp
295 u8 app_id; member in struct:oz_vendor_class_req
307 u8 app_id; member in struct:oz_vendor_class_rsp
316 u8 app_id; member in struct:oz_data
324 u8 app_id; member in struct:oz_isoc_fixed
335 u8 app_id; member in struct:oz_multiple_fixed
345 u8 app_id; member in struct:oz_fragmented
[all...]
H A Dozusbsvc1.c37 ei->app_id = OZ_APPID_USB;
39 app_hdr->app_id = OZ_APPID_USB;

Completed in 233 milliseconds