Searched refs:bpm (Results 1 – 2 of 2) sorted by relevance
384 struct br_port_msg *bpm; in br_mdb_valid_dump_req() local391 bpm = nlmsg_data(nlh); in br_mdb_valid_dump_req()392 if (bpm->ifindex) { in br_mdb_valid_dump_req()438 bpm = nlmsg_data(nlh); in br_mdb_dump()439 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump()468 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill() local475 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill()476 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill()595 bpm = nlmsg_data(nlh); in nlmsg_populate_rtr_fill()596 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_rtr_fill()[all …]
726 int i, bpm; in snd_seq_info_queues_read() local739 bpm = 60000000 / tmr->tempo; in snd_seq_info_queues_read()741 bpm = 0; in snd_seq_info_queues_read()756 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()
Completed in 9 milliseconds