/linux-3.3/drivers/scsi/bfa/ |
D | bfa_fcs.c | 54 struct bfa_fcs_s *fcs = fcs_cbarg; in bfa_fcs_exit_comp() local 70 bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa, struct bfad_s *bfad, in bfa_fcs_attach() 94 bfa_fcs_init(struct bfa_fcs_s *fcs) in bfa_fcs_init() 111 bfa_fcs_update_cfg(struct bfa_fcs_s *fcs) in bfa_fcs_update_cfg() 125 bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs) in bfa_fcs_pbc_vport_init() 149 bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs, in bfa_fcs_driver_info_init() 166 bfa_fcs_exit(struct bfa_fcs_s *fcs) in bfa_fcs_exit() 989 bfa_fcs_fabric_attach(struct bfa_fcs_s *fcs) in bfa_fcs_fabric_attach() 1017 bfa_fcs_fabric_modinit(struct bfa_fcs_s *fcs) in bfa_fcs_fabric_modinit() 1027 bfa_fcs_fabric_modexit(struct bfa_fcs_s *fcs) in bfa_fcs_fabric_modexit() [all …]
|
D | bfa_fcs_lport.c | 970 bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs, in bfa_fcs_lport_attach() 4841 bfa_fcs_get_base_port(struct bfa_fcs_s *fcs) in bfa_fcs_get_base_port() 4853 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport() local 4901 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rports() local 4944 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport_max_speed() local 4995 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) in bfa_fcs_lookup_port() 5812 bfa_fcs_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, in bfa_fcs_vport_create() 5862 bfa_fcs_pbc_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, in bfa_fcs_pbc_vport_create() 5972 bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t vpwwn) in bfa_fcs_vport_lookup()
|
D | bfa_modules.h | 121 bfa_boolean_t fcs; /* FCS is attached to BFA */ member
|
D | bfa_fcs.h | 150 struct bfa_fcs_s *fcs; /* FCS instance */ member 182 struct bfa_fcs_s *fcs; /* FCS instance */ member 419 struct bfa_fcs_s *fcs; /* fcs instance */ member 496 struct bfa_fcs_s *fcs; /* fcs instance */ member
|
/linux-3.3/include/net/irda/ |
D | crc.h | 24 #define irda_fcs(fcs, c) crc_ccitt_byte(fcs, c) argument 27 #define irda_calc_crc16(fcs, buf, len) crc_ccitt(fcs, buf, len) argument
|
/linux-3.3/drivers/usb/serial/ |
D | safe_serial.c | 199 #define CRC10_FCS(fcs, c) ((((fcs) << 8) & 0x3ff) ^ crc10_table[((fcs) >> 2) & 0xff] ^ (c)) argument 210 static __u16 __inline__ fcs_compute10(unsigned char *sp, int len, __u16 fcs) in fcs_compute10() 223 __u16 fcs; in safe_process_read_urb() local 263 __u16 fcs; in safe_prepare_write_buffer() local
|
/linux-3.3/drivers/net/irda/ |
D | mcs7780.c | 342 __u32 fcs = ~(crc32_le(~0, skb->data, skb->len)); in mcs_wrap_fir_skb() local 367 __u16 fcs = 0; in mcs_wrap_mir_skb() local 393 __u16 fcs; in mcs_unwrap_mir() local 445 __u32 fcs; in mcs_unwrap_fir() local
|
D | donauboe.c | 214 fcs; in toshoboe_checkfcs() local 758 fcs; in toshoboe_maketestpacket() local
|
D | stir4200.c | 258 __u32 fcs = ~(crc32_le(~0, skb->data, skb->len)); in wrap_fir_skb() local 320 __u32 fcs; in fir_eof() local
|
/linux-3.3/drivers/isdn/gigaset/ |
D | asyncdata.c | 143 __u16 fcs = bcs->rx_fcs; in hdlc_loop() local 461 __u16 fcs; in HDLC_Encode() local
|
D | isocdata.c | 401 u16 fcs; in hdlc_buildframe() local
|
/linux-3.3/drivers/net/usb/ |
D | zaurus.c | 74 u32 fcs; in zaurus_tx_fixup() local
|
/linux-3.3/arch/x86/include/asm/ |
D | user_32.h | 49 long fcs; member 61 long fcs; member
|
D | user32.h | 12 u32 fcs; member 25 int fcs; member
|
D | processor.h | 285 u32 fcs; /* FPU IP Selector */ member 308 u32 fcs; /* FPU IP Selector */ member 336 u32 fcs; member
|
/linux-3.3/drivers/scsi/megaraid/ |
D | megaraid_mm.h | 83 } __attribute__ ((packed)) fcs; member
|
/linux-3.3/drivers/isdn/hisax/ |
D | netjet.c | 224 u_int fcs; in make_raw_data() local 314 u_int fcs; in make_raw_data_56k() local
|
/linux-3.3/drivers/net/ppp/ |
D | ppp_async.c | 535 int fcs, i, count, c, proto; in ppp_async_encode() local 773 unsigned int len, fcs, proto; in process_input_packet() local 958 int dlen, fcs, i, code; in async_lcp_peek() local
|
/linux-3.3/net/irda/ |
D | wrapper.c | 92 } fcs; in async_wrap_skb() local
|
/linux-3.3/include/linux/ |
D | ppp_defs.h | 101 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
|
/linux-3.3/arch/m68k/include/asm/ |
D | m68360_enet.h | 151 unsigned char fcs[CRC_WORD]; member
|
/linux-3.3/net/caif/ |
D | cfcnfg.c | 464 bool fcs, int head_room) in cfcnfg_add_phy_layer()
|
/linux-3.3/drivers/tty/ |
D | n_gsm.c | 226 u8 fcs; member 384 static inline u8 gsm_fcs_add(u8 fcs, u8 c) in gsm_fcs_add() 399 static inline u8 gsm_fcs_add_block(u8 fcs, u8 *c, int len) in gsm_fcs_add_block() 739 u8 *fcs = dp + msg->len; in __gsm_data_queue() local
|
/linux-3.3/drivers/bluetooth/ |
D | bt3c_cs.c | 479 unsigned int iobase, size, addr, fcs, tmp; in bt3c_load_firmware() local
|
/linux-3.3/arch/s390/include/asm/ |
D | chsc.h | 137 u32 fcs : 1; /* bit 46 */ member
|