Searched refs:db_mask (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c171 uint32_t db_mask; member in struct:ntb_alt_reg
245 /* Protects local db_mask. */
256 uint64_t db_mask; member in struct:ntb_softc
515 .db_mask = ATOM_PDBMSK_OFFSET,
548 .db_mask = XEON_PDBMSK_OFFSET,
718 db_iowrite(ntb, ntb->self_reg->db_mask, ntb->db_valid_mask);
1051 ntb->db_mask = ntb->db_valid_mask;
1052 db_iowrite(ntb, ntb->self_reg->db_mask, ntb->db_mask);
1181 if (regoff == ntb->self_reg->db_mask)
[all...]

Completed in 47 milliseconds