Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio.c432 dd->hw_to_sw = kmalloc_array(TXE_NUM_CONTEXTS, sizeof(u8), in init_send_contexts()
437 if (!dd->send_contexts || !dd->hw_to_sw) { in init_send_contexts()
438 kfree(dd->hw_to_sw); in init_send_contexts()
446 dd->hw_to_sw[i] = INVALID_SCI; in init_send_contexts()
490 dd->hw_to_sw[context] = index; in sc_hw_alloc()
515 dd->hw_to_sw[hw_context] = INVALID_SCI; in sc_hw_free()
1627 sw_index = dd->hw_to_sw[hw_context]; in sc_group_release_update()
1640 sw_index = dd->hw_to_sw[gc]; in sc_group_release_update()
Dhfi.h800 u8 *hw_to_sw; member
Dchip.c2487 sw_index = dd->hw_to_sw[hw_context]; in is_sendctxt_err_int()