Searched refs:nctrl_ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_network.h146 * @param nctrl_ptr pointer to control packet structure
149 * core app completes. The nctrl_ptr contains a copy of the command type
153 void lio_ctrl_cmd_completion(void *nctrl_ptr);
H A Dlio_core.c74 lio_ctrl_cmd_completion(void *nctrl_ptr) argument
76 struct lio_ctrl_pkt *nctrl = (struct lio_ctrl_pkt *)nctrl_ptr;

Completed in 105 milliseconds