| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_fcoe.c | 45 u8 eof = 0; in cxgb_fcoe_sof_eof_supported() local 52 skb_copy_bits(skb, skb->len - 4, &eof, 1); in cxgb_fcoe_sof_eof_supported() 54 if ((eof != FC_EOF_N) && (eof != FC_EOF_T)) { in cxgb_fcoe_sof_eof_supported() 55 dev_err(adap->pdev_dev, "Unsupported EOF 0x%x\n", eof); in cxgb_fcoe_sof_eof_supported()
|
| /drivers/scsi/ |
| A D | st.c | 889 STps->eof = ST_NOEOF; in flush_buffer() 956 STps->eof = ST_NOEOF; in reset_state() 1436 STps->eof = ST_FM; in st_flush() 1469 STps->eof = ST_FM; in st_flush() 2173 STps->eof += 1; in st_read() 2239 STps->eof = ST_FM; in st_read() 2249 STps->eof = ST_EOD; in st_read() 3022 STps->eof = ST_EOD; in st_int_ioctl() 3024 STps->eof = ST_FM; in st_int_ioctl() 3079 STps->eof = ST_FM; in st_int_ioctl() [all …]
|
| A D | st.h | 87 unsigned char eof; member
|
| /drivers/scsi/fnic/ |
| A D | cq_exch_desc.h | 54 u8 eof; member 86 u8 *eof, in cq_fcp_rq_desc_dec() argument 118 *eof = desc_ptr->eof; in cq_fcp_rq_desc_dec()
|
| A D | fnic_fcs.c | 441 u8 eof = 0; in fnic_rq_cmpl_frame_recv() local 459 &fcp_bytes_written, &sof, &eof, &ingress_port, in fnic_rq_cmpl_frame_recv()
|
| /drivers/thunderbolt/ |
| A D | ctl.c | 204 type, pkg->frame.eof)) in check_header() 267 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header() 384 pkg->frame.eof = type; in tb_ctl_tx() 421 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error() 466 switch (frame->eof) { in tb_ctl_rx_callback() 478 tb_ctl_handle_event(pkg->ctl, frame->eof, in tb_ctl_rx_callback() 494 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size)) in tb_ctl_rx_callback() 852 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match() 855 if (pkg->frame.eof != req->response_type) in tb_cfg_match() 862 if (pkg->frame.eof == TB_CFG_PKG_READ || in tb_cfg_match() [all …]
|
| A D | nhi_regs.h | 31 u32 eof:4; member
|
| A D | nhi.c | 253 descriptor->eof = frame->eof; in ring_write_descriptors() 300 frame->eof = ring->descriptors[ring->tail].eof; in ring_work() 367 frame->eof = ring->descriptors[ring->tail].eof; in tb_ring_poll()
|
| A D | dma_port.c | 70 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in dma_port_match() 72 if (pkg->frame.eof != req->response_type) in dma_port_match()
|
| /drivers/media/platform/raspberrypi/rp1-cfe/ |
| A D | pisp-fe.h | 41 void pisp_fe_isr(struct pisp_fe_device *fe, bool *sof, bool *eof);
|
| A D | csi2.h | 72 void csi2_isr(struct csi2_device *csi2, bool *sof, bool *eof);
|
| A D | csi2.c | 259 void csi2_isr(struct csi2_device *csi2, bool *sof, bool *eof) in csi2_isr() argument 279 eof[i] = !!(status & CSI2_STATUS_IRQ_FE_ACK(i)); in csi2_isr()
|
| A D | pisp-fe.c | 210 void pisp_fe_isr(struct pisp_fe_device *fe, bool *sof, bool *eof) in pisp_fe_isr() argument 229 eof[i] = !!(int_status & FE_INT_EOF); in pisp_fe_isr()
|
| A D | cfe.c | 699 bool sof[NUM_NODES] = { 0 }, eof[NUM_NODES] = { 0 }; in cfe_isr() local 705 csi2_isr(&cfe->csi2, sof, eof); in cfe_isr() 709 eof + CSI2_NUM_CHANNELS); in cfe_isr() 721 if (!check_state(cfe, NODE_STREAMING, i) || !(sof[i] || eof[i])) in cfe_isr() 735 if (eof[i]) { in cfe_isr()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_fcoe.c | 498 u8 sof, eof; in ixgbe_fso() local 532 skb_copy_bits(skb, skb->len - 4, &eof, 1); in ixgbe_fso() 534 switch (eof) { in ixgbe_fso() 553 dev_warn(tx_ring->dev, "unknown eof = 0x%x\n", eof); in ixgbe_fso()
|
| /drivers/net/ethernet/emulex/benet/ |
| A D | be_ethtool.c | 237 u32 data_read = 0, eof; in lancer_cmd_get_file_len() local 244 &data_read, &eof, &addn_status); in lancer_cmd_get_file_len() 267 u32 eof = 0; in lancer_cmd_read_file() local 281 while ((total_read_len < buf_len) && !eof) { in lancer_cmd_read_file() 287 &read_len, &eof, &addn_status); in lancer_cmd_read_file() 291 eof &= LANCER_READ_FILE_EOF_MASK; in lancer_cmd_read_file()
|
| /drivers/usb/typec/ucsi/ |
| A D | ucsi_ccg.c | 1156 const char *eof; in do_flash() local 1180 eof = fw->data + fw->size; in do_flash() 1196 eof = fw->data + fw->size - sizeof(fw_cfg) - sizeof(fw_cfg_sig); in do_flash() 1245 while (p < eof) { in do_flash() 1246 s = strnchr(p + 1, eof - p - 1, ':'); in do_flash() 1249 s = eof; in do_flash()
|
| /drivers/media/usb/gspca/ |
| A D | kinect.c | 389 uint8_t eof = sd->stream_flag | 5; in sd_pkt_scan() local 406 else if (hdr->flag == eof) in sd_pkt_scan()
|
| /drivers/media/pci/cx18/ |
| A D | cx18-fileops.c | 596 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_enc_poll() local 600 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags) && in cx18_v4l2_enc_poll() 624 if (eof) in cx18_v4l2_enc_poll()
|
| /drivers/isdn/hardware/mISDN/ |
| A D | hfcsusb.c | 972 static __u8 eof[8]; in rx_iso_complete() local 1044 eof[fifon] = buf[0] & 1; in rx_iso_complete() 1048 ? eof[fifon] : 0); in rx_iso_complete() 1052 eof[fifon] : 0); in rx_iso_complete() 1091 static __u8 eof[8]; in rx_int_complete() local 1136 eof[fifon] = buf[0] & 1; in rx_int_complete() 1141 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete() 1144 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete()
|
| /drivers/media/pci/ivtv/ |
| A D | ivtv-fileops.c | 773 int eof = test_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_v4l2_enc_poll() local 777 if (!eof && !test_bit(IVTV_F_S_STREAMING, &s->s_flags) && in ivtv_v4l2_enc_poll() 803 if (eof) in ivtv_v4l2_enc_poll()
|
| /drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-nvm-parse.c | 1920 const u8 *eof; in iwl_read_external_nvm() local 1963 eof = fw_entry->data + fw_entry->size; in iwl_read_external_nvm() 1993 if (file_sec->data > eof) { in iwl_read_external_nvm() 2030 if (file_sec->data + section_size > eof) { in iwl_read_external_nvm()
|
| /drivers/char/xillybus/ |
| A D | xillybus_core.c | 1569 int eof; in xillybus_release() local 1618 eof = channel->wr_eof; in xillybus_release() 1633 if (buf_idx == eof) in xillybus_release()
|
| /drivers/hwtracing/intel_th/ |
| A D | msu.c | 103 unsigned int eof; member 531 iter->eof++; in msc_iter_win_advance() 594 if (iter->eof) in msc_buffer_iterate()
|
| /drivers/scsi/elx/efct/ |
| A D | efct_hw.h | 696 u8 sof, u8 eof, struct efc_dma *payload,
|