Home
last modified time | relevance | path

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

/drivers/misc/sgi-gru/
Dgrumain.c310 *vdata, int tsid) in gru_find_current_gts_nolock() argument
315 if (gts->ts_tsid == tsid) in gru_find_current_gts_nolock()
325 unsigned char tlb_preload_count, int options, int tsid) in gru_alloc_gts() argument
347 gts->ts_tsid = tsid; in gru_alloc_gts()
372 struct gru_vma_data *gru_alloc_vma_data(struct vm_area_struct *vma, int tsid) in gru_alloc_vma_data() argument
391 int tsid) in gru_find_thread_state() argument
397 gts = gru_find_current_gts_nolock(vdata, tsid); in gru_find_thread_state()
408 int tsid) in gru_alloc_thread_state() argument
416 vdata->vd_user_options, tsid); in gru_alloc_thread_state()
421 ngts = gru_find_current_gts_nolock(vdata, tsid); in gru_alloc_thread_state()
Dgrutables.h630 int tsid);
632 *vma, int tsid);
634 *vma, int tsid);
663 unsigned char tlb_preload_count, int options, int tsid);
/drivers/net/wireless/ath/ath6kl/
Dwmi.c379 cmd.tsid = WMI_IMPLICIT_PSTREAM; in ath6kl_wmi_implicit_create_pstream()
1519 u8 tsid, index; in ath6kl_wmi_cac_event_rx() local
1535 tsid = (tsinfo >> IEEE80211_WMM_IE_TSPEC_TID_SHIFT) & in ath6kl_wmi_cac_event_rx()
1539 reply->ac, tsid); in ath6kl_wmi_cac_event_rx()
2563 (params->tsid == WMI_IMPLICIT_PSTREAM || in ath6kl_wmi_create_pstream_cmd()
2564 params->tsid <= WMI_MAX_THINSTREAM))) { in ath6kl_wmi_create_pstream_cmd()
2595 params->traffic_class, params->tsid); in ath6kl_wmi_create_pstream_cmd()
2601 if ((u32) params->tsid == (u32) WMI_IMPLICIT_PSTREAM) { in ath6kl_wmi_create_pstream_cmd()
2613 (1 << params->tsid); in ath6kl_wmi_create_pstream_cmd()
2637 u8 tsid) in ath6kl_wmi_delete_pstream_cmd() argument
[all …]
Ddebug.c1481 if (kstrtou8(token, 0, &pstream.tsid)) in ath6kl_create_qos_write()
1578 u8 tsid; in ath6kl_delete_qos_write() local
1599 if (kstrtou8(token, 0, &tsid)) in ath6kl_delete_qos_write()
1603 traffic_class, tsid); in ath6kl_delete_qos_write()
Dwmi.h1199 u8 tsid; member
1214 u8 tsid; member
2601 u8 tsid);
/drivers/net/wireless/ti/wl1251/
Dacx.c1024 u8 tsid, enum wl1251_acx_ps_scheme ps_scheme, in wl1251_acx_tid_cfg() argument
1031 "ps_scheme %d ack_policy %d", queue, type, tsid, in wl1251_acx_tid_cfg()
1040 acx->tsid = tsid; in wl1251_acx_tid_cfg()
Dacx.h1316 u8 tsid; member
1496 u8 tsid, enum wl1251_acx_ps_scheme ps_scheme,
/drivers/net/wireless/ti/wl12xx/
Dmain.c173 .tsid = CONF_TX_AC_BE,
181 .tsid = CONF_TX_AC_BK,
189 .tsid = CONF_TX_AC_VI,
197 .tsid = CONF_TX_AC_VO,
/drivers/net/wireless/ti/wl18xx/
Dmain.c304 .tsid = CONF_TX_AC_BE,
312 .tsid = CONF_TX_AC_BK,
320 .tsid = CONF_TX_AC_VI,
328 .tsid = CONF_TX_AC_VO,
/drivers/net/wireless/ti/wlcore/
Dacx.h452 u8 tsid; member
1085 u8 tsid, u8 ps_scheme, u8 ack_policy,
Dconf.h619 u8 tsid; member
Dacx.c876 u8 tsid, u8 ps_scheme, u8 ack_policy, in wl1271_acx_tid_cfg() argument
894 acx->tsid = tsid; in wl1271_acx_tid_cfg()
Dinit.c638 conf_tid->tsid, in wl1271_init_vif_specific()
/drivers/scsi/csiostor/
Dt4fw_api_stor.h162 __be16 tsid; member
/drivers/net/wireless/ath/wcn36xx/
Dhal.h2429 u16 tsid:4; member
2433 u16 tsid:4;
/drivers/scsi/qla4xxx/
Dql4_fw.h883 uint16_t tsid; /* 26-27 */ member
Dql4_os.c3559 sess->tsid = le16_to_cpu(fw_ddb_entry->tsid); in qla4xxx_copy_from_fwddb_param()
3686 fw_ddb_entry->tsid = cpu_to_le16(sess->tsid); in qla4xxx_copy_to_fwddb_param()
3793 sess->tsid = le16_to_cpu(fw_ddb_entry->tsid); in qla4xxx_copy_to_sess_conn_params()
7955 rc = sprintf(buf, "%u\n", fnode_sess->tsid); in qla4xxx_sysfs_ddb_get_param()
8223 fnode_sess->tsid = *(uint16_t *)fnode_param->value; in qla4xxx_sysfs_ddb_set_param()
/drivers/scsi/
Dscsi_transport_iscsi.c835 iscsi_flashnode_sess_attr(fnode, tsid, ISCSI_FLASHNODE_TSID);
4037 iscsi_session_attr(tsid, ISCSI_PARAM_TSID, 0);
Dlibiscsi.c3470 len = sysfs_emit(buf, "%u\n", session->tsid); in iscsi_session_get_param()