Home
last modified time | relevance | path

Searched refs:desc_limit (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.h511 tx->desc_limit = ARRAY_SIZE(tx->descs); in sdma_txinit_ahg()
720 if ((unlikely(tx->num_desc == tx->desc_limit))) { in sdma_txadd_page()
767 if ((unlikely(tx->num_desc == tx->desc_limit))) { in sdma_txadd_daddr()
803 if ((unlikely(tx->num_desc == tx->desc_limit))) { in sdma_txadd_kvaddr()
H A Dsdma_txreq.h81 u16 desc_limit; member
/linux/arch/x86/kvm/
H A Demulate.c2897 u32 desc_limit; in emulator_do_task_switch() local
2936 desc_limit = desc_limit_scaled(&next_tss_desc); in emulator_do_task_switch()
2938 ((desc_limit < 0x67 && (next_tss_desc.type & 8)) || in emulator_do_task_switch()
2939 desc_limit < 0x2b)) { in emulator_do_task_switch()