hw_to_sw         5979 drivers/infiniband/hw/hfi1/chip.c 	sw_index = dd->hw_to_sw[hw_context];
hw_to_sw         1099 drivers/infiniband/hw/hfi1/hfi.h 	u8 *hw_to_sw;
hw_to_sw         1589 drivers/infiniband/hw/hfi1/init.c 	kfree(dd->hw_to_sw);
hw_to_sw         1590 drivers/infiniband/hw/hfi1/init.c 	dd->hw_to_sw = NULL;
hw_to_sw          450 drivers/infiniband/hw/hfi1/pio.c 	dd->hw_to_sw = kmalloc_array(TXE_NUM_CONTEXTS, sizeof(u8),
hw_to_sw          455 drivers/infiniband/hw/hfi1/pio.c 	if (!dd->send_contexts || !dd->hw_to_sw) {
hw_to_sw          456 drivers/infiniband/hw/hfi1/pio.c 		kfree(dd->hw_to_sw);
hw_to_sw          464 drivers/infiniband/hw/hfi1/pio.c 		dd->hw_to_sw[i] = INVALID_SCI;
hw_to_sw          508 drivers/infiniband/hw/hfi1/pio.c 			dd->hw_to_sw[context] = index;
hw_to_sw          533 drivers/infiniband/hw/hfi1/pio.c 	dd->hw_to_sw[hw_context] = INVALID_SCI;
hw_to_sw         1765 drivers/infiniband/hw/hfi1/pio.c 	sw_index = dd->hw_to_sw[hw_context];
hw_to_sw         1778 drivers/infiniband/hw/hfi1/pio.c 		sw_index = dd->hw_to_sw[gc];