Home
last modified time | relevance | path

Searched refs:curr_id (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ti/wl1251/
Drx.c140 u32 curr_id, last_id_inc, rx_packet_ring_addr; in wl1251_rx_body() local
143 curr_id = (desc->flags & RX_DESC_SEQNUM_MASK) >> RX_DESC_PACKETID_SHIFT; in wl1251_rx_body()
146 if (last_id_inc != curr_id) { in wl1251_rx_body()
148 curr_id, last_id_inc); in wl1251_rx_body()
149 wl->rx_last_id = curr_id; in wl1251_rx_body()
/linux-5.19.10/drivers/media/test-drivers/vidtv/
Dvidtv_channel.c322 u16 curr_id; in vidtv_channel_pmt_match_sections() local
332 curr_id = be16_to_cpu(curr_section->header.id); in vidtv_channel_pmt_match_sections()
335 if (curr_id == cur_chnl->program_num) { in vidtv_channel_pmt_match_sections()
/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c131 v4l2_std_id curr_id = 0; in v4l_video_std_enumstd() local
146 curr_id = standards[j].std; in v4l_video_std_enumstd()
149 if (curr_id == 0) in v4l_video_std_enumstd()
151 if (curr_id != V4L2_STD_PAL && in v4l_video_std_enumstd()
152 curr_id != V4L2_STD_SECAM && in v4l_video_std_enumstd()
153 curr_id != V4L2_STD_NTSC) in v4l_video_std_enumstd()
154 id &= ~curr_id; in v4l_video_std_enumstd()
159 v4l2_video_std_construct(vs, curr_id, descr); in v4l_video_std_enumstd()
/linux-5.19.10/net/core/
Drtnetlink.c1474 u32 curr_id; in rtnl_xdp_report_one() local
1477 curr_id = get_prog_id(dev); in rtnl_xdp_report_one()
1478 if (!curr_id) in rtnl_xdp_report_one()
1481 *prog_id = curr_id; in rtnl_xdp_report_one()
1482 err = nla_put_u32(skb, attr, curr_id); in rtnl_xdp_report_one()