| /kernel/linux/linux-5.10/drivers/scsi/bfa/ |
| D | bfa_fcs.c | 29 struct bfa_fcs_s *fcs = fcs_cbarg; in bfa_fcs_exit_comp() local 39 bfa_fcs_init(struct bfa_fcs_s *fcs) in bfa_fcs_init() 54 bfa_fcs_update_cfg(struct bfa_fcs_s *fcs) in bfa_fcs_update_cfg() 68 bfa_fcs_stop(struct bfa_fcs_s *fcs) in bfa_fcs_stop() 80 bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs) in bfa_fcs_pbc_vport_init() 104 bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs, in bfa_fcs_driver_info_init() 122 bfa_fcs_exit(struct bfa_fcs_s *fcs) in bfa_fcs_exit() 1063 bfa_fcs_fabric_modstop(struct bfa_fcs_s *fcs) in bfa_fcs_fabric_modstop() 1076 bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs) in bfa_fcs_fabric_modstart() 1437 bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id) in bfa_fcs_vf_lookup() [all …]
|
| D | bfa_fcs_rport.c | 2304 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_alloc() local 2365 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_free() local 2788 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_online() local 2815 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_offline() local
|
| D | bfa_modules.h | 69 bfa_boolean_t fcs; /* FCS is attached to BFA */ member
|
| D | bfa_fcs_lport.c | 1074 bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs, in bfa_fcs_lport_attach() 5706 bfa_fcs_get_base_port(struct bfa_fcs_s *fcs) in bfa_fcs_get_base_port() 5718 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport() local 5766 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport_quals() local 5815 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport_max_speed() local 5866 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) in bfa_fcs_lookup_port() 6707 bfa_fcs_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, in bfa_fcs_vport_create() 6757 bfa_fcs_pbc_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, in bfa_fcs_pbc_vport_create() 6867 bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t vpwwn) in bfa_fcs_vport_lookup()
|
| /kernel/linux/linux-6.6/drivers/scsi/bfa/ |
| D | bfa_fcs.c | 29 struct bfa_fcs_s *fcs = fcs_cbarg; in bfa_fcs_exit_comp() local 39 bfa_fcs_init(struct bfa_fcs_s *fcs) in bfa_fcs_init() 54 bfa_fcs_update_cfg(struct bfa_fcs_s *fcs) in bfa_fcs_update_cfg() 68 bfa_fcs_stop(struct bfa_fcs_s *fcs) in bfa_fcs_stop() 80 bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs) in bfa_fcs_pbc_vport_init() 104 bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs, in bfa_fcs_driver_info_init() 122 bfa_fcs_exit(struct bfa_fcs_s *fcs) in bfa_fcs_exit() 1063 bfa_fcs_fabric_modstop(struct bfa_fcs_s *fcs) in bfa_fcs_fabric_modstop() 1076 bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs) in bfa_fcs_fabric_modstart() 1437 bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id) in bfa_fcs_vf_lookup() [all …]
|
| D | bfa_fcs_rport.c | 2304 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_alloc() local 2365 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_free() local 2788 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_online() local 2815 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_offline() local
|
| D | bfa_modules.h | 69 bfa_boolean_t fcs; /* FCS is attached to BFA */ member
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | safe_serial.c | 168 #define CRC10_FCS(fcs, c) ((((fcs) << 8) & 0x3ff) ^ crc10_table[((fcs) >> 2) & 0xff] ^ (c)) argument 179 static inline __u16 fcs_compute10(unsigned char *sp, int len, __u16 fcs) in fcs_compute10() 191 __u16 fcs; in safe_process_read_urb() local 230 __u16 fcs; in safe_prepare_write_buffer() local
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | safe_serial.c | 168 #define CRC10_FCS(fcs, c) ((((fcs) << 8) & 0x3ff) ^ crc10_table[((fcs) >> 2) & 0xff] ^ (c)) argument 179 static inline __u16 fcs_compute10(unsigned char *sp, int len, __u16 fcs) in fcs_compute10() 191 __u16 fcs; in safe_process_read_urb() local 230 __u16 fcs; in safe_prepare_write_buffer() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | user_32.h | 50 long fcs; member 62 long fcs; member
|
| D | user32.h | 13 u32 fcs; member 26 int fcs; member
|
| /kernel/linux/linux-6.6/drivers/net/ppp/ |
| D | ppp_async.c | 525 int fcs, i, count, c, proto; in ppp_async_encode() local 763 unsigned int len, fcs; in process_input_packet() local 946 int dlen, fcs, i, code; in async_lcp_peek() local
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | user_32.h | 50 long fcs; member 62 long fcs; member
|
| D | user32.h | 13 u32 fcs; member 26 int fcs; member
|
| /kernel/linux/linux-6.6/drivers/net/usb/ |
| D | zaurus.c | 60 u32 fcs; in zaurus_tx_fixup() local
|
| /kernel/linux/linux-5.10/drivers/net/usb/ |
| D | zaurus.c | 60 u32 fcs; in zaurus_tx_fixup() local
|
| /kernel/linux/linux-5.10/drivers/net/ppp/ |
| D | ppp_async.c | 532 int fcs, i, count, c, proto; in ppp_async_encode() local 770 unsigned int len, fcs; in process_input_packet() local 954 int dlen, fcs, i, code; in async_lcp_peek() local
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | css_chars.h | 16 u64 fcs : 1; /* bit 46 */ member
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | css_chars.h | 16 u64 fcs : 1; /* bit 46 */ member
|
| /kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
| D | megaraid_mm.h | 79 } __attribute__ ((packed)) fcs; member
|
| /kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
| D | megaraid_mm.h | 79 } __attribute__ ((packed)) fcs; member
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
| D | types.h | 17 u32 fcs; /* FPU IP Selector */ member 46 u32 fcs; /* FPU IP Selector */ member 84 u32 fcs; member
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/fpu/ |
| D | types.h | 17 u32 fcs; /* FPU IP Selector */ member 46 u32 fcs; /* FPU IP Selector */ member 84 u32 fcs; member
|