Searched refs:vinfo (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c37 static void hfi1_vnic_update_stats(struct hfi1_vnic_vport_info *vinfo, argument
40 struct net_device *netdev = vinfo->netdev;
44 for (i = 0; i < vinfo->num_tx_q; i++) {
45 struct opa_vnic_stats *qstats = &vinfo->stats[i];
46 struct rtnl_link_stats64 *qnstats = &vinfo->stats[i].netstats;
59 for (i = 0; i < vinfo->num_rx_q; i++) {
60 struct opa_vnic_stats *qstats = &vinfo->stats[i];
61 struct rtnl_link_stats64 *qnstats = &vinfo->stats[i].netstats;
123 static void hfi1_vnic_update_tx_counters(struct hfi1_vnic_vport_info *vinfo, argument
127 struct opa_vnic_stats *stats = &vinfo
152 hfi1_vnic_update_rx_counters(struct hfi1_vnic_vport_info *vinfo, u8 q_idx, struct sk_buff *skb, int err) argument
185 struct hfi1_vnic_vport_info *vinfo = opa_vnic_dev_priv(netdev); local
204 hfi1_vnic_maybe_stop_tx(struct hfi1_vnic_vport_info *vinfo, u8 q_idx) argument
217 struct hfi1_vnic_vport_info *vinfo = opa_vnic_dev_priv(netdev); local
282 struct hfi1_vnic_vport_info *vinfo = opa_vnic_dev_priv(netdev); local
295 struct hfi1_vnic_vport_info *vinfo = rxq->vinfo; local
321 struct hfi1_vnic_vport_info *vinfo; local
335 struct hfi1_vnic_vport_info *vinfo = NULL; local
404 hfi1_vnic_up(struct hfi1_vnic_vport_info *vinfo) argument
433 hfi1_vnic_down(struct hfi1_vnic_vport_info *vinfo) argument
447 struct hfi1_vnic_vport_info *vinfo = opa_vnic_dev_priv(netdev); local
458 struct hfi1_vnic_vport_info *vinfo = opa_vnic_dev_priv(netdev); local
467 hfi1_vnic_init(struct hfi1_vnic_vport_info *vinfo) argument
498 hfi1_vnic_deinit(struct hfi1_vnic_vport_info *vinfo) argument
513 struct hfi1_vnic_vport_info *vinfo = opa_vnic_dev_priv(netdev); local
546 struct hfi1_vnic_vport_info *vinfo = opa_vnic_dev_priv(netdev); local
561 struct hfi1_vnic_vport_info *vinfo; local
[all...]
H A Dvnic.h36 * @vinfo - vnic info pointer
45 struct hfi1_vnic_vport_info *vinfo; member in struct:hfi1_vnic_sdma
56 * @vinfo: pointer to vport information
63 struct hfi1_vnic_vport_info *vinfo; member in struct:hfi1_vnic_rx_queue
99 netdev_dbg(vinfo->netdev, format, ## arg)
101 netdev_err(vinfo->netdev, format, ## arg)
103 netdev_info(vinfo->netdev, format, ## arg)
111 void hfi1_vnic_sdma_init(struct hfi1_vnic_vport_info *vinfo);
112 bool hfi1_vnic_sdma_write_avail(struct hfi1_vnic_vport_info *vinfo,
123 struct hfi1_vnic_vport_info *vinfo,
[all...]
H A Dvnic_sdma.c127 struct hfi1_vnic_vport_info *vinfo,
130 struct hfi1_vnic_sdma *vnic_sdma = &vinfo->sdma[q_idx];
221 struct hfi1_vnic_vport_info *vinfo = vnic_sdma->vinfo; local
224 if (__netif_subqueue_stopped(vinfo->netdev, vnic_sdma->q_idx))
225 netif_wake_subqueue(vinfo->netdev, vnic_sdma->q_idx);
228 inline bool hfi1_vnic_sdma_write_avail(struct hfi1_vnic_vport_info *vinfo, argument
231 struct hfi1_vnic_sdma *vnic_sdma = &vinfo->sdma[q_idx];
236 void hfi1_vnic_sdma_init(struct hfi1_vnic_vport_info *vinfo) argument
240 for (i = 0; i < vinfo
126 hfi1_vnic_send_dma(struct hfi1_devdata *dd, u8 q_idx, struct hfi1_vnic_vport_info *vinfo, struct sk_buff *skb, u64 pbc, u8 plen) argument
[all...]
H A Dhfi.h1302 struct hfi1_vnic_vport_info *vinfo,
/linux-master/drivers/firmware/arm_scmi/
H A Dvoltage.c75 struct voltage_info *vinfo)
87 vinfo->num_domains =
213 struct voltage_info *vinfo)
225 for (dom = 0; dom < vinfo->num_domains; dom++) {
235 v = vinfo->domains + dom;
244 if (PROTOCOL_REV_MAJOR(vinfo->version) >= 0x2) {
268 struct voltage_info *vinfo = ph->get_priv(ph); local
270 if (domain_id >= vinfo->num_domains)
291 struct voltage_info *vinfo = ph->get_priv(ph); local
294 if (domain_id >= vinfo
74 scmi_protocol_attributes_get(const struct scmi_protocol_handle *ph, struct voltage_info *vinfo) argument
212 scmi_voltage_descriptors_get(const struct scmi_protocol_handle *ph, struct voltage_info *vinfo) argument
326 struct voltage_info *vinfo = ph->get_priv(ph); local
378 struct voltage_info *vinfo = ph->get_priv(ph); local
389 struct voltage_info *vinfo = ph->get_priv(ph); local
407 struct voltage_info *vinfo; local
[all...]
/linux-master/drivers/regulator/
H A Dscmi-regulator.c140 const struct scmi_voltage_info *vinfo)
150 delta_uV = (vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_HIGH] -
151 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_LOW]);
157 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_LOW],
158 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_HIGH],
166 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_LOW];
172 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_LOW];
174 vinfo->levels_uv[SCMI_VOLTAGE_SEGMENT_STEP];
185 const struct scmi_voltage_info *vinfo)
188 sreg->desc.n_voltages = vinfo
139 scmi_config_linear_regulator_mappings(struct scmi_regulator *sreg, const struct scmi_voltage_info *vinfo) argument
184 scmi_config_discrete_regulator_mappings(struct scmi_regulator *sreg, const struct scmi_voltage_info *vinfo) argument
205 const struct scmi_voltage_info *vinfo; local
[all...]
/linux-master/fs/nilfs2/
H A Ddat.c449 struct nilfs_vinfo *vinfo = buf; local
456 ret = nilfs_palloc_get_entry_block(dat, vinfo->vi_vblocknr,
462 first = vinfo->vi_vblocknr;
467 j < nvi && vinfo->vi_vblocknr >= first &&
468 vinfo->vi_vblocknr <= last;
469 j++, n++, vinfo = (void *)vinfo + visz) {
471 dat, vinfo->vi_vblocknr, entry_bh, kaddr);
472 vinfo->vi_start = le64_to_cpu(entry->de_start);
473 vinfo
[all...]
/linux-master/net/bridge/
H A Dbr_netlink.c333 struct bridge_vlan_info vinfo; local
337 vinfo.vid = vid_start;
338 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_BEGIN;
340 sizeof(vinfo), &vinfo))
343 vinfo.vid = vid_end;
344 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_END;
346 sizeof(vinfo), &vinfo))
349 vinfo
420 struct bridge_vlan_info vinfo; local
692 br_vlan_info(struct net_bridge *br, struct net_bridge_port *p, int cmd, struct bridge_vlan_info *vinfo, bool *changed, struct netlink_ext_ack *extack) argument
[all...]
H A Dbr_vlan.c2144 struct bridge_vlan_info *vinfo, vrange_end, *vinfo_last = NULL; local
2177 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]);
2178 if (vinfo->flags & (BRIDGE_VLAN_INFO_RANGE_BEGIN |
2183 if (!br_vlan_valid_id(vinfo->vid, extack))
2189 vrange_end.flags = BRIDGE_VLAN_INFO_RANGE_END | vinfo->flags;
2190 vinfo->flags |= BRIDGE_VLAN_INFO_RANGE_BEGIN;
2192 /* vinfo_last is the range start, vinfo the range end */
2193 vinfo_last = vinfo;
2194 vinfo = &vrange_end;
2196 if (!br_vlan_valid_id(vinfo
[all...]
H A Dbr_vlan_options.c143 struct bridge_vlan_info *vinfo; local
176 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]);
179 * current vlan, so we compute: tun_id + v - vinfo->vid
181 tun_id += v->vid - vinfo->vid;
/linux-master/net/dsa/
H A Dtag.h114 struct bridge_vlan_info vinfo; local
139 err = br_vlan_get_info_rcu(user, vid, &vinfo);
/linux-master/drivers/net/can/m_can/
H A Dtcan4x5x-core.c309 const struct tcan4x5x_version_info *vinfo = &tcan4x5x_versions[i]; local
311 if (!vinfo->id2_register || val == vinfo->id2_register) {
313 vinfo->name);
314 return vinfo;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c398 static struct vcpu_info *vinfo; variable in typeref:struct:vcpu_info
403 if (vinfo)
404 printf("evtchn_upcall_pending 0x%x\n", vinfo->evtchn_upcall_pending);
643 vinfo = addr_gpa2hva(vm, VCPU_INFO_VADDR);
644 vinfo->evtchn_upcall_pending = 0;
675 vinfo->evtchn_upcall_pending = 1;
900 .u.hva = (unsigned long)vinfo
/linux-master/drivers/staging/media/av7110/
H A Ddvb_filter.h173 struct dvb_video_info vinfo; member in struct:mpg_picture
/linux-master/arch/mips/kernel/
H A Dsmp-bmips.c488 static void bmips_set_reset_vec_remote(void *vinfo) argument
490 struct reset_vec_info *info = vinfo;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c266 struct bridge_vlan_info vinfo; local
272 if (!vid || br_vlan_get_info(br_dev, vid, &vinfo) ||
273 !(vinfo.flags & BRIDGE_VLAN_INFO_BRENTRY))
280 if (br_vlan_get_info(edev, vid, &vinfo))
282 if (vinfo.flags & BRIDGE_VLAN_INFO_UNTAGGED)
H A Dspectrum.h453 struct bridge_vlan_info vinfo; local
461 err = br_vlan_get_info(vxlan_dev, vid, &vinfo);
462 if (err || !(vinfo.flags & BRIDGE_VLAN_INFO_UNTAGGED))
/linux-master/drivers/video/fbdev/sis/
H A Dsis.h476 struct sis_video_info *vinfo; member in struct:SIS_HEAP
H A Dsis_main.c3176 ivideo->sisfb_heap.vinfo = ivideo;
3416 struct sis_video_info *ivideo = sisfb_heap->vinfo;
3453 struct sis_video_info *ivideo = sisfb_heap->vinfo;

Completed in 223 milliseconds