Searched refs:SC_USER (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 157 [SC_USER] = { .size = SCS_POOL_0, /* even divide, pool 0 */ 784 if (type == SC_USER) { in sc_alloc() 814 } else if (type == SC_USER) { in sc_alloc() 824 if (type == SC_USER && HFI1_CAP_IS_USET(EARLY_CREDIT_RETURN)) in sc_alloc() 834 if (type == SC_USER) { in sc_alloc() 849 if (type != SC_USER) { in sc_alloc() 1117 if (sc->type != SC_USER) { in sc_restart() 1172 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_freeze() 1194 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_kernel_unfreeze() 1222 if (!sc || !(sc->flags & SCF_LINK_DOWN) || sc->type == SC_USER) in pio_kernel_linkup() [all...] |
H A D | pio.h | 54 #define SC_USER 3 /* must be the last one: it may take all left */ macro
|
H A D | sysfs.c | 550 (u32)dd->sc_sizes[SC_USER].count)); in nctxts_show()
|
H A D | file_ops.c | 983 uctxt->sc = sc_alloc(dd, SC_USER, uctxt->rcvhdrqentsize, dd->node); in allocate_ctxt()
|
H A D | debugfs.c | 448 if (sci && sci->type != SC_USER && sci->allocated && sci->sc) in _pios_seq_show()
|
H A D | hfi.h | 2304 if (ctxt_type == SC_USER) in hfi1_pkt_default_send_ctxt_mask()
|
H A D | chip.c | 6030 if (sc->type != SC_USER) in is_sendctxt_err_int() 13172 u8 set = (sc->type == SC_USER ? in hfi1_init_ctxt() 13552 dd->sc_sizes[SC_USER].count, in set_up_context_variables()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 115 [SC_USER] = { .size = SCS_POOL_0, /* even divide, pool 0 */ 742 if (type == SC_USER) { in sc_alloc() 772 } else if (type == SC_USER) { in sc_alloc() 782 if (type == SC_USER && HFI1_CAP_IS_USET(EARLY_CREDIT_RETURN)) in sc_alloc() 792 if (type == SC_USER) { in sc_alloc() 807 if (type != SC_USER) { in sc_alloc() 1075 if (sc->type != SC_USER) { in sc_restart() 1130 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_freeze() 1152 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_kernel_unfreeze() 1180 if (!sc || !(sc->flags & SCF_LINK_DOWN) || sc->type == SC_USER) in pio_kernel_linkup() [all...] |
H A D | pio.h | 12 #define SC_USER 3 /* must be the last one: it may take all left */ macro
|
H A D | sysfs.c | 457 (u32)dd->sc_sizes[SC_USER].count)); in nctxts_show()
|
H A D | debugfs.c | 406 if (sci && sci->type != SC_USER && sci->allocated && sci->sc) in _pios_seq_show()
|
H A D | hfi.h | 2251 if (ctxt_type == SC_USER) in hfi1_pkt_default_send_ctxt_mask()
|
H A D | file_ops.c | 973 uctxt->sc = sc_alloc(dd, SC_USER, uctxt->rcvhdrqentsize, dd->node); in allocate_ctxt()
|
H A D | chip.c | 5990 if (sc->type != SC_USER) in is_sendctxt_err_int() 13133 u8 set = (sc->type == SC_USER ? in hfi1_init_ctxt() 13513 dd->sc_sizes[SC_USER].count, in set_up_context_variables()
|
Completed in 67 milliseconds