slot_map
u32 slot_map, struct qmc_chan_ts_info *ts_info)
bitmap_from_u64(map, slot_map);
const struct qmc_chan_ts_info *ts_info, u32 *slot_map)
u32 slot_map;
*slot_map = slot_array[0];
ret = qmc_hdlc_xlate_slot_map(qmc_hdlc, te1->slot_map, &ts_info);
qmc_hdlc->slot_map = te1->slot_map;
te1.slot_map = qmc_hdlc->slot_map;
ret = qmc_hdlc_xlate_ts_info(qmc_hdlc, &ts_info, &qmc_hdlc->slot_map);
static int get(struct slot_map *m)
static struct slot_map rw_map = {
static struct slot_map readdir_map = {
static void install(struct slot_map *m, int count, unsigned long *map)
static void mark_killed(struct slot_map *m)
static void run_down(struct slot_map *m)
static void put(struct slot_map *m, int slot)
static int wait_for_free(struct slot_map *m)
unsigned int slot_map;