Home
last modified time | relevance | path

Searched refs:tsid (Results 1 – 21 of 21) sorted by relevance

/drivers/misc/sgi-gru/
A Dgrumain.c293 *vdata, int tsid) in gru_find_current_gts_nolock() argument
298 if (gts->ts_tsid == tsid) in gru_find_current_gts_nolock()
308 unsigned char tlb_preload_count, int options, int tsid) in gru_alloc_gts() argument
330 gts->ts_tsid = tsid; in gru_alloc_gts()
355 struct gru_vma_data *gru_alloc_vma_data(struct vm_area_struct *vma, int tsid) in gru_alloc_vma_data() argument
374 int tsid) in gru_find_thread_state() argument
380 gts = gru_find_current_gts_nolock(vdata, tsid); in gru_find_thread_state()
391 int tsid) in gru_alloc_thread_state() argument
399 vdata->vd_user_options, tsid); in gru_alloc_thread_state()
404 ngts = gru_find_current_gts_nolock(vdata, tsid); in gru_alloc_thread_state()
A Dgrutables.h611 int tsid);
613 *vma, int tsid);
615 *vma, int tsid);
644 unsigned char tlb_preload_count, int options, int tsid);
/drivers/net/wireless/ath/ath6kl/
A Dwmi.c379 cmd.tsid = WMI_IMPLICIT_PSTREAM; in ath6kl_wmi_implicit_create_pstream()
1510 u8 tsid, index; in ath6kl_wmi_cac_event_rx() local
1530 reply->ac, tsid); in ath6kl_wmi_cac_event_rx()
2594 (1 << params->tsid); in ath6kl_wmi_create_pstream_cmd()
2618 u8 tsid) in ath6kl_wmi_delete_pstream_cmd() argument
2630 if (tsid >= 16) { in ath6kl_wmi_delete_pstream_cmd()
2631 ath6kl_err("invalid tsid: %d\n", tsid); in ath6kl_wmi_delete_pstream_cmd()
2641 cmd->tsid = tsid; in ath6kl_wmi_delete_pstream_cmd()
2647 if (!(active_tsids & (1 << tsid))) { in ath6kl_wmi_delete_pstream_cmd()
2651 tsid, traffic_class); in ath6kl_wmi_delete_pstream_cmd()
[all …]
A Ddebug.c1483 if (kstrtou8(token, 0, &pstream.tsid)) in ath6kl_create_qos_write()
1580 u8 tsid; in ath6kl_delete_qos_write() local
1601 if (kstrtou8(token, 0, &tsid)) in ath6kl_delete_qos_write()
1605 traffic_class, tsid); in ath6kl_delete_qos_write()
A Dwmi.h1199 u8 tsid; member
1214 u8 tsid; member
2601 u8 tsid);
/drivers/net/wireless/ti/wl1251/
A Dacx.c990 u8 tsid, enum wl1251_acx_ps_scheme ps_scheme, in wl1251_acx_tid_cfg() argument
997 "ps_scheme %d ack_policy %d", queue, type, tsid, in wl1251_acx_tid_cfg()
1006 acx->tsid = tsid; in wl1251_acx_tid_cfg()
A Dacx.h1302 u8 tsid; member
1481 u8 tsid, enum wl1251_acx_ps_scheme ps_scheme,
/drivers/net/wireless/ti/wl12xx/
A Dmain.c161 .tsid = CONF_TX_AC_BE,
169 .tsid = CONF_TX_AC_BK,
177 .tsid = CONF_TX_AC_VI,
185 .tsid = CONF_TX_AC_VO,
/drivers/net/wireless/ti/wl18xx/
A Dmain.c302 .tsid = CONF_TX_AC_BE,
310 .tsid = CONF_TX_AC_BK,
318 .tsid = CONF_TX_AC_VI,
326 .tsid = CONF_TX_AC_VO,
/drivers/net/wireless/ti/wlcore/
A Dacx.h439 u8 tsid; member
1072 u8 tsid, u8 ps_scheme, u8 ack_policy,
A Dconf.h374 u8 tsid; member
A Dacx.c861 u8 tsid, u8 ps_scheme, u8 ack_policy, in wl1271_acx_tid_cfg() argument
879 acx->tsid = tsid; in wl1271_acx_tid_cfg()
A Dinit.c624 conf_tid->tsid, in wl1271_init_vif_specific()
/drivers/scsi/csiostor/
A Dt4fw_api_stor.h162 __be16 tsid; member
/drivers/net/wireless/ath/wcn36xx/
A Dhal.h2808 u16 tsid:4; member
2812 u16 tsid:4;
/drivers/scsi/qla4xxx/
A Dql4_fw.h882 uint16_t tsid; /* 26-27 */ member
A Dql4_os.c3593 sess->tsid = le16_to_cpu(fw_ddb_entry->tsid); in qla4xxx_copy_from_fwddb_param()
3719 fw_ddb_entry->tsid = cpu_to_le16(sess->tsid); in qla4xxx_copy_to_fwddb_param()
3826 sess->tsid = le16_to_cpu(fw_ddb_entry->tsid); in qla4xxx_copy_to_sess_conn_params()
7963 rc = sprintf(buf, "%u\n", fnode_sess->tsid); in qla4xxx_sysfs_ddb_get_param()
8236 fnode_sess->tsid = *(uint16_t *)fnode_param->value; in qla4xxx_sysfs_ddb_set_param()
/drivers/scsi/aacraid/
A Daachba.c2167 if (dev->supplement_adapter_info.vpd_info.tsid[0]) { in aac_get_adapter_info()
2171 .vpd_info.tsid), in aac_get_adapter_info()
2172 dev->supplement_adapter_info.vpd_info.tsid); in aac_get_adapter_info()
A Daacraid.h1389 u8 tsid[12]; member
/drivers/scsi/
A Dscsi_transport_iscsi.c851 iscsi_flashnode_sess_attr(fnode, tsid, ISCSI_FLASHNODE_TSID);
4394 iscsi_session_attr(tsid, ISCSI_PARAM_TSID, 0);
A Dlibiscsi.c3723 len = sysfs_emit(buf, "%u\n", session->tsid); in iscsi_session_get_param()

Completed in 146 milliseconds