Searched refs:expected_rsp (Results 1 – 3 of 3) sorted by relevance
178 p_port->rfc.expected_rsp |= RFC_RSP_PN; in RFCOMM_ParNegReq()232 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY; in RFCOMM_PortNegReq()234 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortNegReq()283 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_ControlReq()315 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_FlowReq()344 p_port->rfc.expected_rsp |= RFC_RSP_RLS; in RFCOMM_LineStatusReq()
189 p_port->rfc.expected_rsp = 0; in rfc_port_sm_sabme_wait_ua()391 p_port->rfc.expected_rsp = 0; in rfc_port_sm_opened()558 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & RFC_RSP_PN)) in rfc_process_pn()561 p_port->rfc.expected_rsp &= ~RFC_RSP_PN; in rfc_process_pn()618 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) in rfc_process_rpn()625 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY) in rfc_process_rpn()627 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY; in rfc_process_rpn()642 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()650 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN; in rfc_process_rpn()670 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()[all …]
133 UINT8 expected_rsp; member