/drivers/misc/sgi-gru/ |
D | grumain.c | 310 *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()
|
D | grutables.h | 630 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/ |
D | wmi.c | 379 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 …]
|
D | debug.c | 1481 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()
|
D | wmi.h | 1199 u8 tsid; member 1214 u8 tsid; member 2601 u8 tsid);
|
/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 1024 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()
|
D | acx.h | 1316 u8 tsid; member 1496 u8 tsid, enum wl1251_acx_ps_scheme ps_scheme,
|
/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 173 .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/ |
D | main.c | 304 .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/ |
D | acx.h | 452 u8 tsid; member 1085 u8 tsid, u8 ps_scheme, u8 ack_policy,
|
D | conf.h | 619 u8 tsid; member
|
D | acx.c | 876 u8 tsid, u8 ps_scheme, u8 ack_policy, in wl1271_acx_tid_cfg() argument 894 acx->tsid = tsid; in wl1271_acx_tid_cfg()
|
D | init.c | 638 conf_tid->tsid, in wl1271_init_vif_specific()
|
/drivers/scsi/csiostor/ |
D | t4fw_api_stor.h | 162 __be16 tsid; member
|
/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 2429 u16 tsid:4; member 2433 u16 tsid:4;
|
/drivers/scsi/qla4xxx/ |
D | ql4_fw.h | 883 uint16_t tsid; /* 26-27 */ member
|
D | ql4_os.c | 3559 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/ |
D | scsi_transport_iscsi.c | 835 iscsi_flashnode_sess_attr(fnode, tsid, ISCSI_FLASHNODE_TSID); 4037 iscsi_session_attr(tsid, ISCSI_PARAM_TSID, 0);
|
D | libiscsi.c | 3470 len = sysfs_emit(buf, "%u\n", session->tsid); in iscsi_session_get_param()
|