Home
last modified time | relevance | path

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

/linux-6.1.9/net/bridge/
Dbr_mdb.c386 struct br_port_msg *bpm; in br_mdb_valid_dump_req() local
388 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(*bpm))) { in br_mdb_valid_dump_req()
393 bpm = nlmsg_data(nlh); in br_mdb_valid_dump_req()
394 if (bpm->ifindex) { in br_mdb_valid_dump_req()
398 if (nlmsg_attrlen(nlh, sizeof(*bpm))) { in br_mdb_valid_dump_req()
429 struct br_port_msg *bpm; in br_mdb_dump() local
436 sizeof(*bpm), NLM_F_MULTI); in br_mdb_dump()
440 bpm = nlmsg_data(nlh); in br_mdb_dump()
441 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump()
442 bpm->ifindex = dev->ifindex; in br_mdb_dump()
[all …]
/linux-6.1.9/sound/core/seq/
Dseq_queue.c736 int i, bpm; in snd_seq_info_queues_read() local
749 bpm = 60000000 / tmr->tempo; in snd_seq_info_queues_read()
751 bpm = 0; in snd_seq_info_queues_read()
766 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()