Searched refs:word_cnt (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/scsi/isci/
H A Disci.h468 static inline void sci_swab32_cpy(void *_dest, void *_src, ssize_t word_cnt) argument
472 while (--word_cnt >= 0)
473 dest[word_cnt] = swab32(src[word_cnt]);
H A Drequest.c1012 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); local
1016 word_cnt);
1028 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); local
1032 word_cnt);
1704 ssize_t word_cnt; local
1716 word_cnt = sizeof(struct ssp_frame_hdr) / sizeof(u32);
1717 sci_swab32_cpy(&ssp_hdr, frame_header, word_cnt);
1721 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); local
1727 sci_swab32_cpy(&ireq->ssp.rsp, resp_iu, word_cnt);
1782 word_cnt
[all...]
H A Dremote_device.c470 ssize_t word_cnt; local
478 word_cnt = sizeof(hdr) / sizeof(u32);
479 sci_swab32_cpy(&hdr, frame_header, word_cnt);
/linux-master/drivers/tty/serial/
H A Dqcom_geni_serial.c348 u32 word_cnt; local
359 word_cnt = status & RX_FIFO_WC_MSK;
360 if (!word_cnt)
363 if (word_cnt == 1 && (status & RX_LAST))
690 u32 word_cnt; local
696 word_cnt = status & RX_FIFO_WC_MSK;
701 if (!word_cnt)
703 total_bytes = BYTES_PER_FIFO_WORD * (word_cnt - 1);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mbox.c153 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t);
217 mb->un.varDmp.word_cnt = (DMP_RSP_SIZE / sizeof (uint32_t));
248 mb->un.varDmp.word_cnt = WAKE_UP_PARMS_WORD_SIZE;
H A Dlpfc_init.c254 mb->un.varDmp.word_cnt = 0;
259 if (mb->un.varDmp.word_cnt == 0)
262 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset)
263 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset;
266 mb->un.varDmp.word_cnt);
267 offset += mb->un.varDmp.word_cnt;
268 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE);
H A Dlpfc_hbadisc.c4099 if (mb->un.varDmp.word_cnt >
4101 mb->un.varDmp.word_cnt =
4104 byte_count = mb->un.varDmp.word_cnt;
H A Dlpfc_sli.c20625 mb->un.varDmp.word_cnt = 0;
20631 if (mb->un.varDmp.word_cnt == 0)
20634 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset)
20635 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset;
20639 mb->un.varDmp.word_cnt);
20640 offset += mb->un.varDmp.word_cnt;
20641 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE);
H A Dlpfc_hw.h3187 uint32_t word_cnt; member in struct:__anon148
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c6027 u16 word_cnt; local
6042 word_cnt = 0;
6048 word_cnt++;
6051 if (!word_cnt)
6054 if (word_cnt > ICE_MAX_CHAIN_WORDS)

Completed in 270 milliseconds