Searched refs:infos (Results 1 – 20 of 20) sorted by relevance
485 struct ptlrpc_nrs_pol_info *infos; in ptlrpc_lprocfs_nrs_seq_show() local510 OBD_ALLOC(infos, num_pols * sizeof(*infos)); in ptlrpc_lprocfs_nrs_seq_show()511 if (infos == NULL) { in ptlrpc_lprocfs_nrs_seq_show()533 memcpy(infos[pol_idx].pi_name, tmp.pi_name, in ptlrpc_lprocfs_nrs_seq_show()535 memcpy(&infos[pol_idx].pi_state, &tmp.pi_state, in ptlrpc_lprocfs_nrs_seq_show()537 infos[pol_idx].pi_fallback = tmp.pi_fallback; in ptlrpc_lprocfs_nrs_seq_show()543 LASSERT(strncmp(infos[pol_idx].pi_name, in ptlrpc_lprocfs_nrs_seq_show()552 LASSERT(infos[pol_idx].pi_fallback == in ptlrpc_lprocfs_nrs_seq_show()556 infos[pol_idx].pi_req_queued += tmp.pi_req_queued; in ptlrpc_lprocfs_nrs_seq_show()557 infos[pol_idx].pi_req_started += tmp.pi_req_started; in ptlrpc_lprocfs_nrs_seq_show()[all …]
29 } infos[8]; in sun_partition() member111 if (be16_to_cpu(label->vtoc.infos[i].id) == LINUX_RAID_PARTITION) in sun_partition()113 else if (be16_to_cpu(label->vtoc.infos[i].id) == SUN_WHOLE_DISK) in sun_partition()
14 info (0444) Lots of driver statistics and infos.
17 status shows infos we can read and tells its meaning and value.
65 /sys/devices/platform/asus-laptop/infos entry. If you have a question or a249 - a copy of /sys/devices/platform/asus-laptop/infos
1668 vptr->tx.infos[j] = kcalloc(vptr->options.numtx, in velocity_init_td_ring()1671 if (!vptr->tx.infos[j]) { in velocity_init_td_ring()1673 kfree(vptr->tx.infos[j]); in velocity_init_td_ring()1764 struct velocity_td_info *td_info = &(vptr->tx.infos[q][n]); in velocity_free_td_ring_entry()1795 if (vptr->tx.infos[j] == NULL) in velocity_free_td_ring()1800 kfree(vptr->tx.infos[j]); in velocity_free_td_ring()1801 vptr->tx.infos[j] = NULL; in velocity_free_td_ring()1927 tdinfo = &(vptr->tx.infos[qnum][idx]); in velocity_tx_srv()2580 tdinfo = &(vptr->tx.infos[qnum][index]); in velocity_xmit()
1458 struct velocity_td_info *infos[TX_QUEUE_NO]; member
58 Look for redboot-assabet*.tgz. Some installation infos are provided in131 http://www.linux-mtd.infradead.org/. A JFFS howto with some infos about
118 To read pktcdvd device infos in human readable form, do:
663 if ((pHT_info->infos[0] & BIT(2)) && pregistrypriv->cbw40_enable) { in bwmode_update_check()666 switch (pHT_info->infos[0] & 0x3) { in bwmode_update_check()934 ht_info_infos_0 = pht_info->infos[0]; in rtw_check_bcn_info()
608 …eext->cur_bwmode && (HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH & pmlmeinfo->HT_info.infos[0])) ? 1 : 0; in rtw_get_cur_max_rate()
2055 (pmlmeinfo->HT_info.infos[0] & BIT(2))) { in rtw_update_ht_cap()2070 switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) { in rtw_update_ht_cap()2089 pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; in rtw_update_ht_cap()
789 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network()792 switch (pht_info->infos[0] & 0x3) { in start_bss_network()
1274 pnetwork->BcnInfo.ht_info_infos_0 = pht_info->infos[0]; in rtw_get_bcn_info()
5091 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl()5094 switch (pht_info->infos[0] & 0x3) { in join_cmd_hdl()
651 unsigned char infos[5]; member
194 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
102 Product infos: http://www.marvell.com/embedded-processors/armada-39x/
929 static DEVICE_ATTR_RO(infos);
707 With this call, the HL-driver delivers protocol specific infos to the LL.