Home
last modified time | relevance | path

Searched refs:has_data (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_cq.c69 int has_data = 0; in pvrdma_req_notify_cq() local
81 has_data = pvrdma_idx_ring_has_data(&cq->ring_state->rx, in pvrdma_req_notify_cq()
83 if (unlikely(has_data == PVRDMA_INVALID_IDX)) in pvrdma_req_notify_cq()
89 return has_data; in pvrdma_req_notify_cq()
292 int has_data; in _pvrdma_flush_cqe() local
298 has_data = pvrdma_idx_ring_has_data(&cq->ring_state->rx, in _pvrdma_flush_cqe()
300 if (unlikely(has_data > 0)) { in _pvrdma_flush_cqe()
337 int has_data; in pvrdma_poll_one() local
343 has_data = pvrdma_idx_ring_has_data(&cq->ring_state->rx, in pvrdma_poll_one()
345 if (has_data == 0) { in pvrdma_poll_one()
[all …]
/Linux-v4.19/net/sctp/
Doutput.c79 packet->has_data = 0; in sctp_packet_reset()
333 packet->has_data = 1; in __sctp_packet_append_chunk()
632 if (packet->has_data && sctp_state(asoc, ESTABLISHED) && in sctp_packet_transmit()
817 (!packet->has_data && chunk->auth)) { in sctp_packet_will_fit()
843 if (!sctp_chunk_is_data(chunk) && packet->has_data) in sctp_packet_will_fit()
Doutqueue.c680 if (!pkt->has_data && !pkt->has_cookie_echo) { in __sctp_outq_flush_rtx()
/Linux-v4.19/drivers/usb/gadget/udc/
Dfsl_qe_udc.c220 ep->has_data = 0; in qe_eprx_normal()
773 if (ep->has_data <= 0 && (!list_empty(&ep->queue))) in ep_recycle_rxbds()
957 ep->has_data); in ep_rx_tasklet()
989 ep->has_data--; in ep_rx_tasklet()
1044 ep->has_data = USB_BDRING_LEN_RX - emptybds; in qe_ep_rx()
1049 ep->has_data); in qe_ep_rx()
1534 ep->has_data--; in ep_req_rx()
1556 if (ep->has_data <= 0) { in ep_req_receive()
2429 ep->has_data = 0; in qe_ep_config()
Dfsl_qe_udc.h282 int has_data; member
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c945 int has_data = 0, priority = !!tmf; in prep_ssp_v3_hw() local
963 has_data = 1; in prep_ssp_v3_hw()
967 has_data = 1; in prep_ssp_v3_hw()
986 if (has_data) in prep_ssp_v3_hw()
1068 int has_data = 0, hdr_tag = 0; in prep_ata_v3_hw() local
1079 has_data = 1; in prep_ata_v3_hw()
1083 has_data = 1; in prep_ata_v3_hw()
1117 if (has_data) in prep_ata_v3_hw()
Dhisi_sas_v2_hw.c1767 int has_data = 0, priority = !!tmf; in prep_ssp_v2_hw() local
1785 has_data = 1; in prep_ssp_v2_hw()
1789 has_data = 1; in prep_ssp_v2_hw()
1809 if (has_data) in prep_ssp_v2_hw()
2526 int has_data = 0, hdr_tag = 0; in prep_ata_v2_hw() local
2546 has_data = 1; in prep_ata_v2_hw()
2550 has_data = 1; in prep_ata_v2_hw()
2580 if (has_data) in prep_ata_v2_hw()
Dhisi_sas_v1_hw.c1004 int has_data = 0, priority = !!tmf; in prep_ssp_v1_hw() local
1024 has_data = 1; in prep_ssp_v1_hw()
1028 has_data = 1; in prep_ssp_v1_hw()
1053 if (has_data) in prep_ssp_v1_hw()
/Linux-v4.19/drivers/power/supply/
Dbq27xxx_battery.c833 bool has_data, dirty; member
1030 buf->has_data = false; in bq27xxx_battery_read_dm_block()
1055 buf->has_data = true; in bq27xxx_battery_read_dm_block()
1084 if (!buf->has_data)
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dtx.c779 bool has_data = false; in wlcore_tx_work_locked() local
787 has_data = wlvif && wl1271_tx_is_data_present(skb); in wlcore_tx_work_locked()
830 if (has_data) { in wlcore_tx_work_locked()
/Linux-v4.19/include/net/sctp/
Dstructs.h743 has_data:1, /* This packet contains at least 1 DATA chunk */ member
/Linux-v4.19/fs/ocfs2/
Dalloc.c7051 int ret, i, has_data, num_pages = 0; in ocfs2_convert_inline_data_to_extents() local
7065 has_data = i_size_read(inode) ? 1 : 0; in ocfs2_convert_inline_data_to_extents()
7067 if (has_data) { in ocfs2_convert_inline_data_to_extents()
7098 if (has_data) { in ocfs2_convert_inline_data_to_extents()
7168 if (has_data) { in ocfs2_convert_inline_data_to_extents()