/drivers/staging/rtl8188eu/core/ |
D | rtw_debug.c | 22 int *eof, void *data) in proc_get_drv_version() argument 28 *eof = 1; in proc_get_drv_version() 34 int *eof, void *data) in proc_get_write_reg() argument 36 *eof = 1; in proc_get_write_reg() 83 int *eof, void *data) in proc_get_read_reg() argument 91 *eof = 1; in proc_get_read_reg() 110 *eof = 1; in proc_get_read_reg() 143 int *eof, void *data) in proc_get_adapter_state() argument 152 *eof = 1; in proc_get_adapter_state() 158 int *eof, void *data) in proc_get_best_channel() argument [all …]
|
/drivers/net/ethernet/chelsio/cxgb4/ |
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/staging/rtl8188eu/include/ |
D | rtw_debug.h | 117 int *eof, void *data); 121 int *eof, void *data); 127 int *eof, void *data); 134 int *eof, void *data); 138 int *eof, void *data);
|
/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 615 int *eof, void *data); 620 int *eof, void *data); 625 int *eof, void *data); 630 int *eof, void *data); 634 int *eof, void *data); 638 int count, int *eof, void *data); 643 int count, int *eof, void *data); 647 int count, int *eof, void *data); 652 int count, int *eof, void *data); 657 int count, int *eof, void *data); [all …]
|
/drivers/scsi/ |
D | st.c | 860 if (STps->eof == ST_FM_HIT) { in flush_buffer() 863 STps->eof = ST_NOEOF; in flush_buffer() 872 } else if (STps->eof == ST_FM_HIT) { in flush_buffer() 876 STps->eof = ST_NOEOF; in flush_buffer() 943 STps->eof = ST_NOEOF; in reset_state() 1079 STps->eof = ST_NOEOF; in check_tape() 1408 STps->eof = ST_FM; in st_flush() 1425 else if (STps->eof == ST_FM_HIT) { in st_flush() 1431 STps->eof = ST_FM; in st_flush() 1433 STps->eof = ST_NOEOF; in st_flush() [all …]
|
D | osst.c | 701 STps->eof = ST_FM_HIT; in osst_verify_frame() 717 STps->eof = ST_EOD_1; in osst_verify_frame() 737 STps->eof = ST_NOEOF; in osst_verify_frame() 1159 return (STps->eof); in osst_get_logical_frame() 1260 if (debugging || STps->eof) in osst_get_logical_frame() 1263 name, frame_seq_number, STp->frame_seq_number, STps->eof); in osst_get_logical_frame() 1267 return (STps->eof); in osst_get_logical_frame() 1309 if (STps->eof == ST_FM_HIT) in osst_seek_logical_blk() 1338 if (STps->eof == ST_FM_HIT) { in osst_seek_logical_blk() 1347 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_logical_blk() [all …]
|
D | st.h | 88 unsigned char eof; member
|
/drivers/scsi/fnic/ |
D | cq_exch_desc.h | 66 u8 eof; member 98 u8 *eof, in cq_fcp_rq_desc_dec() argument 130 *eof = desc_ptr->eof; in cq_fcp_rq_desc_dec()
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_fcoe.c | 85 static inline bool i40e_fcoe_eof_is_supported(u8 eof) in i40e_fcoe_eof_is_supported() argument 87 return (eof == FC_EOF_N) || (eof == FC_EOF_T) || in i40e_fcoe_eof_is_supported() 88 (eof == FC_EOF_NI) || (eof == FC_EOF_A); in i40e_fcoe_eof_is_supported() 95 static inline int i40e_fcoe_fc_eof(struct sk_buff *skb, u8 *eof) in i40e_fcoe_fc_eof() argument 98 skb_copy_bits(skb, skb->len - 4, eof, 1); in i40e_fcoe_fc_eof() 100 if (!i40e_fcoe_eof_is_supported(*eof)) in i40e_fcoe_fc_eof() 113 static inline u32 i40e_fcoe_ctxt_eof(u8 eof) in i40e_fcoe_ctxt_eof() argument 115 switch (eof) { in i40e_fcoe_ctxt_eof() 1268 u32 tx_flags, u8 hdr_len, u8 eof) in i40e_fcoe_tx_map() argument 1286 td_cmd |= (I40E_TX_DESC_CMD_FCOET | i40e_fcoe_ctxt_eof(eof)); in i40e_fcoe_tx_map() [all …]
|
/drivers/thunderbolt/ |
D | ctl.c | 178 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header() 179 type, pkg->frame.eof)) in check_header() 245 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header() 373 pkg->frame.eof = type; in tb_ctl_tx() 406 if (pkg->frame.eof != TB_CFG_PKG_ERROR) in tb_async_error() 443 switch (frame->eof) { in tb_ctl_rx_callback() 455 tb_ctl_handle_event(pkg->ctl, frame->eof, in tb_ctl_rx_callback() 469 tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size); in tb_ctl_rx_callback() 742 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in tb_cfg_match() 745 if (pkg->frame.eof != req->response_type) in tb_cfg_match() [all …]
|
D | nhi_regs.h | 37 u32 eof:4; member
|
D | nhi.c | 198 descriptor->eof = frame->eof; in ring_write_descriptors() 243 frame->eof = ring->descriptors[ring->tail].eof; in ring_work()
|
D | nhi.h | 95 u32 eof:4; /* TX:in, RX: out */ member
|
D | dma_port.c | 73 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in dma_port_match() 75 if (pkg->frame.eof != req->response_type) in dma_port_match()
|
/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 611 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_enc_poll() local 615 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags) && in cx18_v4l2_enc_poll() 636 if (eof && videobuf_poll == POLLERR) in cx18_v4l2_enc_poll() 650 if (eof) in cx18_v4l2_enc_poll() 660 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_mmap() local 666 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags)) { in cx18_v4l2_mmap()
|
/drivers/isdn/hisax/ |
D | hfc_usb.c | 689 static __u8 eof[8]; in rx_iso_complete() local 729 eof[5]); in rx_iso_complete() 744 eof[fifon] = buf[0] & 1; in rx_iso_complete() 749 eof[fifon] : 0); in rx_iso_complete() 753 maxlen) ? eof[fifon] : in rx_iso_complete() 857 static __u8 eof[8]; in rx_int_complete() local 882 eof[5]); in rx_int_complete() 891 eof[fifon] = buf[0] & 1; in rx_int_complete() 896 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete() 899 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete()
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | nvm.c | 391 const u8 *eof; in iwl_mvm_read_external_nvm() local 435 eof = fw_entry->data + fw_entry->size; in iwl_mvm_read_external_nvm() 465 if (file_sec->data > eof) { in iwl_mvm_read_external_nvm() 502 if (file_sec->data + section_size > eof) { in iwl_mvm_read_external_nvm()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 521 u8 sof, eof; in ixgbe_fso() local 555 skb_copy_bits(skb, skb->len - 4, &eof, 1); in ixgbe_fso() 557 switch (eof) { in ixgbe_fso() 576 dev_warn(tx_ring->dev, "unknown eof = 0x%x\n", eof); in ixgbe_fso()
|
/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 241 u32 data_read = 0, eof; in lancer_cmd_get_file_len() local 248 &data_read, &eof, &addn_status); in lancer_cmd_get_file_len() 271 u32 eof = 0; in lancer_cmd_read_file() local 285 while ((total_read_len < buf_len) && !eof) { in lancer_cmd_read_file() 291 &read_len, &eof, &addn_status); in lancer_cmd_read_file() 295 eof &= LANCER_READ_FILE_EOF_MASK; in lancer_cmd_read_file()
|
/drivers/media/usb/gspca/ |
D | kinect.c | 397 uint8_t eof = sd->stream_flag | 5; in sd_pkt_scan() local 414 else if (hdr->flag == eof) in sd_pkt_scan()
|
/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 980 static __u8 eof[8]; in rx_iso_complete() local 1051 eof[fifon] = buf[0] & 1; in rx_iso_complete() 1055 ? eof[fifon] : 0); in rx_iso_complete() 1059 eof[fifon] : 0); in rx_iso_complete() 1098 static __u8 eof[8]; in rx_int_complete() local 1142 eof[fifon] = buf[0] & 1; in rx_int_complete() 1147 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete() 1150 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete()
|
/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1325 bool eof = true; in mgc_process_recover_log() local 1410 eof = res->mcr_offset == res->mcr_size; in mgc_process_recover_log() 1413 res->mcr_offset, eof == false); in mgc_process_recover_log() 1427 if (!eof) in mgc_process_recover_log() 1463 if (rc == 0 && !eof) in mgc_process_recover_log()
|
/drivers/net/wireless/intersil/hostap/ |
D | hostap_proc.c | 305 int count, int *eof, void *data) in prism2_io_debug_proc_read() argument 312 *eof = 1; in prism2_io_debug_proc_read()
|
/drivers/media/pci/ivtv/ |
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/hwtracing/intel_th/ |
D | msu.c | 87 unsigned int eof; member 340 iter->eof++; in msc_iter_win_advance() 401 if (iter->eof) in msc_buffer_iterate()
|