Searched refs:ch_id (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c1023 chan->ch_id);
H A Dvmbus_chan.c235 uint32_t ch_id; local
260 ch_id = chan->ch_id;
262 ch_id = chan->ch_prichan->ch_id;
263 snprintf(name, sizeof(name), "%d", ch_id);
291 "chanid", CTLFLAG_RD, &chan->ch_id, 0, "channel id");
350 "leak %d bytes memory\n", chan->ch_id,
376 "invalid udata len %d for chan%u\n", udlen, chan->ch_id);
397 panic("double-open chan%u", chan->ch_id);
[all...]
H A Dvmbus_chanvar.h104 uint32_t ch_id; /* channel id */ member in struct:vmbus_channel
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_phy_db.c379 is_valid_channel(uint16_t ch_id) argument
381 if (ch_id <= 14 ||
382 (36 <= ch_id && ch_id <= 64 && ch_id % 4 == 0) ||
383 (100 <= ch_id && ch_id <= 140 && ch_id % 4 == 0) ||
384 (145 <= ch_id && ch_id <
390 ch_id_to_ch_index(uint16_t ch_id) argument
406 channel_id_to_papd(uint16_t ch_id) argument
421 channel_id_to_txp(struct iwm_phy_db *phy_db, uint16_t ch_id) argument
444 iwm_phy_db_get_section_data(struct iwm_phy_db *phy_db, uint32_t type, uint8_t **data, uint16_t *size, uint16_t ch_id) argument
[all...]
/freebsd-11-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1007 uint32_t ch_id; local
1009 ch_id = vmbus_chan_id(sc->hs_sel_chan[i]);
1010 snprintf(name, sizeof(name), "%d", ch_id);

Completed in 196 milliseconds