Lines Matching refs:packet
76 packet Nci {
83 packet Command : Nci (mt = COMMAND) {
89 packet Response : Nci (mt = RESPONSE) {
95 packet Notification : Nci (mt = NOTIFICATION) {
101 packet Data {
115 packet ResetCommand : Command (op = CORE_RESET) {
123 packet ResetResponse : Response (cmd_op = CORE_RESET) {
148 packet ResetNotification : Notification (cmd_op = CORE_RESET) {
232 packet InitCommand : Command (op = CORE_INIT) {
240 packet InitResponse : Response (cmd_op = CORE_INIT) {
340 packet SetConfigCommand : Command (op = CORE_SET_CONFIG) {
349 packet SetConfigResponse : Response (cmd_op = CORE_SET_CONFIG) {
359 packet GetConfigCommand : Command (op = CORE_GET_CONFIG) {
368 packet GetConfigResponse : Response (cmd_op = CORE_GET_CONFIG) {
424 packet ConnCreateCommand : Command (op = CORE_CONN_CREATE) {
430 packet ConnCreateResponse : Response (cmd_op = CORE_CONN_CREATE) {
437 packet ConnCloseCommand : Command (op = CORE_CONN_CLOSE) {
441 packet ConnCloseResponse : Response (cmd_op = CORE_CONN_CLOSE) {
450 packet ConnCreditsNotification : Notification (cmd_op = CORE_CONN_CREDITS) {
455 packet GenericError : Notification (cmd_op = CORE_GENERIC_ERROR) {
459 packet InterfaceError : Notification (cmd_op = CORE_INTERFACE_ERROR) {