Searched refs:has_data (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cq.c70 int has_data = 0; local
82 has_data = pvrdma_idx_ring_has_data(&cq->ring_state->rx,
84 if (unlikely(has_data == PVRDMA_INVALID_IDX))
90 return has_data;
281 int has_data; local
287 has_data = pvrdma_idx_ring_has_data(&cq->ring_state->rx,
289 if (unlikely(has_data > 0)) {
326 int has_data; local
332 has_data = pvrdma_idx_ring_has_data(&cq->ring_state->rx,
334 if (has_data
[all...]
/linux-master/net/sctp/
H A Doutput.c64 packet->has_data = 0;
350 packet->has_data = 1;
629 if (packet->has_data && sctp_state(asoc, ESTABLISHED) &&
814 (!packet->has_data && chunk->auth)) {
840 if (!sctp_chunk_is_data(chunk) && packet->has_data)
H A Doutqueue.c668 if (!pkt->has_data && !pkt->has_cookie_echo) {
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c221 ep->has_data = 0;
780 if (ep->has_data <= 0 && (!list_empty(&ep->queue)))
964 ep->has_data);
996 ep->has_data--;
1051 ep->has_data = USB_BDRING_LEN_RX - emptybds;
1056 ep->has_data);
1541 ep->has_data--;
1563 if (ep->has_data <= 0) {
2440 ep->has_data = 0;
H A Dfsl_qe_udc.h282 int has_data; member in struct:qe_ep
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dtx.c765 bool has_data = false; local
773 has_data = wlvif && wl1271_tx_is_data_present(skb);
816 if (has_data) {
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c962 int has_data = 0, priority = !!tmf; local
982 has_data = 1;
986 has_data = 1;
1011 if (has_data)
H A Dhisi_sas_v2_hw.c1746 int has_data = 0, priority = !!tmf; local
1764 has_data = 1;
1768 has_data = 1;
1788 if (has_data)
2505 int has_data = 0, hdr_tag = 0; local
2526 has_data = 1;
2530 has_data = 1;
2563 if (has_data)
H A Dhisi_sas_v3_hw.c1268 int has_data = 0, priority = !!tmf; local
1288 has_data = 1;
1292 has_data = 1;
1310 if (has_data) {
1345 if (has_data && (prot_op != SCSI_PROT_NORMAL)) {
1429 int has_data = 0, hdr_tag = 0; local
1440 has_data = 1;
1444 has_data = 1;
1481 if (has_data)
/linux-master/drivers/power/supply/
H A Dbq27xxx_battery.c1030 * @has_data: true if data has been filled by read
1039 bool has_data, dirty; member in struct:bq27xxx_dm_buf
1234 buf->has_data = false;
1259 buf->has_data = true;
1288 if (!buf->has_data)
/linux-master/include/trace/events/
H A Drxrpc.h1605 __field(bool, has_data)
1616 __entry->has_data = !list_empty(&call->tx_sendmsg);
1627 __entry->has_data)
/linux-master/include/net/sctp/
H A Dstructs.h731 has_data:1, /* This packet contains at least 1 DATA chunk */ member in struct:sctp_packet
/linux-master/fs/bcachefs/
H A Dsysfs.c204 read_attribute(has_data); variable
/linux-master/fs/ocfs2/
H A Dalloc.c7062 int ret, has_data, num_pages = 0; local
7075 has_data = i_size_read(inode) ? 1 : 0;
7077 if (has_data) {
7100 if (has_data) {
7159 if (has_data) {

Completed in 237 milliseconds