Searched refs:hst (Results 1 – 9 of 9) sorted by relevance
| /linux/net/hsr/ |
| A D | hsr_main.h | 103 static inline void set_hsr_stag_path(struct hsr_sup_tag *hst, u16 path) in set_hsr_stag_path() argument 105 set_hsr_tag_path((struct hsr_tag *)hst, path); in set_hsr_stag_path() 108 static inline void set_hsr_stag_HSR_ver(struct hsr_sup_tag *hst, u16 HSR_ver) in set_hsr_stag_HSR_ver() argument 110 set_hsr_tag_LSDU_size((struct hsr_tag *)hst, HSR_ver); in set_hsr_stag_HSR_ver()
|
| /linux/drivers/media/platform/rockchip/rkisp1/ |
| A D | rkisp1-params.c | 58 struct rkisp1_ext_params_hst_config hst; member 1894 const struct rkisp1_ext_params_hst_config *hst = &block->hst; in rkisp1_ext_params_hstm() local 1896 if (hst->header.flags & RKISP1_EXT_PARAMS_FL_BLOCK_DISABLE) { in rkisp1_ext_params_hstm() 1897 params->ops->hst_enable(params, &hst->config, false); in rkisp1_ext_params_hstm() 1901 params->ops->hst_config(params, &hst->config); in rkisp1_ext_params_hstm() 1903 if ((hst->header.flags & RKISP1_EXT_PARAMS_FL_BLOCK_ENABLE) && in rkisp1_ext_params_hstm() 1904 !(params->enabled_blocks & BIT(hst->header.type))) in rkisp1_ext_params_hstm() 1905 params->ops->hst_enable(params, &hst->config, true); in rkisp1_ext_params_hstm() 2257 struct rkisp1_cif_isp_hst_config hst = rkisp1_hst_params_default_config; in rkisp1_params_pre_configure() local 2276 memset(hst.hist_weight, 0x01, sizeof(hst.hist_weight)); in rkisp1_params_pre_configure() [all …]
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| A D | vsp1.h | 93 struct vsp1_hsit *hst; member
|
| A D | vsp1_drv.c | 313 vsp1->hst = vsp1_hsit_create(vsp1, false); in vsp1_create_entities() 314 if (IS_ERR(vsp1->hst)) { in vsp1_create_entities() 315 ret = PTR_ERR(vsp1->hst); in vsp1_create_entities() 319 list_add_tail(&vsp1->hst->entity.list_dev, &vsp1->entities); in vsp1_create_entities()
|
| /linux/drivers/scsi/libfc/ |
| A D | fc_rport.c | 1638 struct fc_host_statistics *hst; in fc_rport_recv_rls_req() local 1668 hst = &lport->host_stats; in fc_rport_recv_rls_req() 1669 lesb->lesb_link_fail = htonl(hst->link_failure_count); in fc_rport_recv_rls_req() 1670 lesb->lesb_sync_loss = htonl(hst->loss_of_sync_count); in fc_rport_recv_rls_req() 1671 lesb->lesb_sig_loss = htonl(hst->loss_of_signal_count); in fc_rport_recv_rls_req() 1672 lesb->lesb_prim_err = htonl(hst->prim_seq_protocol_err_count); in fc_rport_recv_rls_req() 1673 lesb->lesb_inv_word = htonl(hst->invalid_tx_word_count); in fc_rport_recv_rls_req() 1674 lesb->lesb_inv_crc = htonl(hst->invalid_crc_count); in fc_rport_recv_rls_req()
|
| /linux/drivers/md/ |
| A D | dm-ps-historical-service-time.c | 345 static void hst_fill_compare(struct path_info *pi, u64 *hst, in hst_fill_compare() argument 351 *hst = pi->historical_service_time; in hst_fill_compare()
|
| /linux/drivers/scsi/qedf/ |
| A D | qedf_main.c | 3929 struct fc_host_statistics *hst; in qedf_get_protocol_tlv_data() local 3946 hst = qedf_fc_get_host_stats(host); in qedf_get_protocol_tlv_data() 3977 fcoe->link_failures = (u16)hst->link_failure_count; in qedf_get_protocol_tlv_data() 3985 fcoe->fcoe_rx_frames = hst->rx_frames; in qedf_get_protocol_tlv_data() 3988 fcoe->fcoe_tx_frames = hst->tx_frames; in qedf_get_protocol_tlv_data() 3991 fcoe->fcoe_rx_bytes = hst->fcp_input_megabytes * 1000000; in qedf_get_protocol_tlv_data() 3994 fcoe->fcoe_tx_bytes = hst->fcp_output_megabytes * 1000000; in qedf_get_protocol_tlv_data() 3997 fcoe->crc_count = hst->invalid_crc_count; in qedf_get_protocol_tlv_data() 4000 fcoe->tx_abts = hst->fcp_packet_aborts; in qedf_get_protocol_tlv_data()
|
| /linux/drivers/scsi/ |
| A D | xen-scsifront.c | 1047 unsigned int hst, chn, tgt, lun; in scsifront_do_lun_hotplug() local 1072 "%u:%u:%u:%u", &hst, &chn, &tgt, &lun); in scsifront_do_lun_hotplug()
|
| /linux/drivers/xen/ |
| A D | xen-scsiback.c | 71 unsigned int hst; /* host */ member 1114 &vir.hst, &vir.chn, &vir.tgt, &vir.lun); in scsiback_do_1lun_hotplug()
|
Completed in 41 milliseconds