Home
last modified time | relevance | path

Searched defs:fib (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/aacraid/
Ddpcsup.c59 struct fib * fib; in aac_response_normal() local
191 struct fib *fib = &fibctx; in aac_command_normal() local
292 struct fib * fib; in aac_intr_normal() local
346 struct fib *fib = &dev->fibs[index]; in aac_intr_normal() local
Daachba.c1140 static int aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_raw_io()
1196 static int aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block64()
1231 static int aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block()
1266 static int aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_raw_io()
1328 static int aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block64()
1363 static int aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block()
1400 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_common()
1440 static int aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_64()
1471 static int aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_32()
1500 static int aac_scsi_32_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_32_64()
Drx.c399 int aac_rx_deliver_producer(struct fib * fib) in aac_rx_deliver_producer()
422 static int aac_rx_deliver_message(struct fib * fib) in aac_rx_deliver_message()
Dlinit.c553 struct fib * fib = &aac->fibs[count]; in aac_eh_abort() local
567 struct fib * fib = &aac->fibs[count]; in aac_eh_abort() local
598 struct fib * fib = &aac->fibs[count]; in aac_eh_reset() local
1080 struct fib *fib = &aac->fibs[i]; in __aac_shutdown() local
Dcommctrl.c253 struct fib *fib; in next_getadapter_fib() local
352 struct fib *fib; in aac_close_fib_context() local
Dcommsup.c1396 struct fib *fib = &aac->fibs[index]; in _aac_reset_adapter() local
1632 struct fib * fib; in aac_check_health() local
1738 struct fib *fib, *newfib; in aac_command_thread() local
Daacraid.h935 struct fib { struct
950 u32 done; /* gets set to 1 when fib is complete */ argument
951 fib_callback callback; argument
958 struct list_head fiblink; argument
961 struct hw_fib *hw_fib_va; /* Actual shared object */ argument
962 dma_addr_t hw_fib_pa; /* physical address of hw_fib*/ argument
1282 #define aac_adapter_deliver(fib) \ argument
1288 #define aac_adapter_read(fib,cmd,lba,count) \ argument
1291 #define aac_adapter_write(fib,cmd,lba,count,fua) \ argument
1294 #define aac_adapter_scsi(fib,cmd) \ argument
[all …]
Dsrc.c457 static int aac_src_deliver_message(struct fib *fib) in aac_src_deliver_message()
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c151 static int mlxsw_sp_fib_entry_insert(struct mlxsw_sp_fib *fib, in mlxsw_sp_fib_entry_insert()
167 static void mlxsw_sp_fib_entry_remove(struct mlxsw_sp_fib *fib, in mlxsw_sp_fib_entry_remove()
180 mlxsw_sp_fib_entry_create(struct mlxsw_sp_fib *fib, const void *addr, in mlxsw_sp_fib_entry_create()
201 mlxsw_sp_fib_entry_lookup(struct mlxsw_sp_fib *fib, const void *addr, in mlxsw_sp_fib_entry_lookup()
216 struct mlxsw_sp_fib *fib; in mlxsw_sp_fib_create() local
233 static void mlxsw_sp_fib_destroy(struct mlxsw_sp_fib *fib) in mlxsw_sp_fib_destroy()
Dspectrum.h208 struct mlxsw_sp_fib *fib; member