Searched refs:LDC_INFO (Results 1 – 2 of 2) sorted by relevance
843 if ((pkt->type & LDC_DATA) && (pkt->stype & LDC_INFO)) { in i_ldc_get_tx_head()1238 case LDC_INFO: in i_ldc_process_VER()1385 pkt->stype = LDC_INFO; in i_ldc_process_VER()1443 pkt->stype = LDC_INFO; in i_ldc_process_VER()1540 case LDC_INFO: in i_ldc_process_RTS()1607 pkt->stype = LDC_INFO; in i_ldc_process_RTS()1667 case LDC_INFO: in i_ldc_process_RTR()1716 rv = i_ldc_send_pkt(ldcp, LDC_CTRL, LDC_INFO, LDC_RDX); in i_ldc_process_RTR()1765 case LDC_INFO: in i_ldc_process_RDX()2318 if ((msg->type & LDC_DATA) && (msg->stype & LDC_INFO)) { in i_ldc_rx_process_hvq()[all …]
63 #define LDC_INFO 0x01 /* Control/Data/Error info pkt */ macro