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

/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c408 dd->hw_to_sw = kmalloc_array(TXE_NUM_CONTEXTS, sizeof(u8),
413 if (!dd->send_contexts || !dd->hw_to_sw) {
414 kfree(dd->hw_to_sw);
422 dd->hw_to_sw[i] = INVALID_SCI;
466 dd->hw_to_sw[context] = index;
491 dd->hw_to_sw[hw_context] = INVALID_SCI;
1725 sw_index = dd->hw_to_sw[hw_context];
1738 sw_index = dd->hw_to_sw[gc];
H A Dinit.c1531 kfree(dd->hw_to_sw);
1532 dd->hw_to_sw = NULL;
H A Dhfi.h1045 u8 *hw_to_sw; member in struct:hfi1_devdata
H A Dchip.c5957 sw_index = dd->hw_to_sw[hw_context];

Completed in 316 milliseconds