Home
last modified time | relevance | path

Searched refs:ok_flag (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/sound/pci/ac97/
Dac97_pcm.c559 int i, cidx, r, ok_flag; in snd_ac97_pcm_open() local
578 ok_flag = 0; in snd_ac97_pcm_open()
587 ok_flag++; in snd_ac97_pcm_open()
590 if (!ok_flag) { in snd_ac97_pcm_open()
/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c1476 int i, ok_flag; in hp100_start_xmit_bm() local
1547 ok_flag = skb->len >= HP100_MIN_PACKET_SIZE; in hp100_start_xmit_bm()
1548 i = ok_flag ? skb->len : HP100_MIN_PACKET_SIZE; in hp100_start_xmit_bm()
1627 int i, ok_flag; in hp100_start_xmit() local
1707 ok_flag = skb->len >= HP100_MIN_PACKET_SIZE; in hp100_start_xmit()
1708 i = ok_flag ? skb->len : HP100_MIN_PACKET_SIZE; in hp100_start_xmit()
1716 if (!ok_flag) in hp100_start_xmit()
1721 if (!ok_flag) in hp100_start_xmit()