Searched refs:has_data (Results 1 – 8 of 8) sorted by relevance
64 packet->has_data = 0; in sctp_packet_reset()350 packet->has_data = 1; in __sctp_packet_append_chunk()629 if (packet->has_data && sctp_state(asoc, ESTABLISHED) && in sctp_packet_transmit()814 (!packet->has_data && chunk->auth)) { in sctp_packet_will_fit()840 if (!sctp_chunk_is_data(chunk) && packet->has_data) in sctp_packet_will_fit()
668 if (!pkt->has_data && !pkt->has_cookie_echo) { in __sctp_outq_flush_rtx()
221 ep->has_data = 0; in qe_eprx_normal()780 if (ep->has_data <= 0 && (!list_empty(&ep->queue))) in ep_recycle_rxbds()964 ep->has_data); in ep_rx_tasklet()996 ep->has_data--; in ep_rx_tasklet()1051 ep->has_data = USB_BDRING_LEN_RX - emptybds; in qe_ep_rx()1056 ep->has_data); in qe_ep_rx()1541 ep->has_data--; in ep_req_rx()1563 if (ep->has_data <= 0) { in ep_req_receive()2440 ep->has_data = 0; in qe_ep_config()
282 int has_data; member
962 int has_data = 0, priority = !!tmf; in prep_ssp_v1_hw() local982 has_data = 1; in prep_ssp_v1_hw()986 has_data = 1; in prep_ssp_v1_hw()1011 if (has_data) in prep_ssp_v1_hw()
767 bool has_data = false; in wlcore_tx_work_locked() local775 has_data = wlvif && wl1271_tx_is_data_present(skb); in wlcore_tx_work_locked()818 if (has_data) { in wlcore_tx_work_locked()
1965 __field(bool, has_data)1977 __entry->has_data = call->tx_bottom != call->tx_top;1989 __entry->has_data)