Home
last modified time | relevance | path

Searched defs:lcb (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/scsi/
Dncr53c8xx.c1246 struct lcb { struct
1261 struct link jump_lcb; argument
1262 ncrcmd load_jump_ccb[3];
1263 struct link jump_tag;
1264 ncrcmd p_jump_ccb; /* Jump table bus address */
1274 u32 jump_ccb_0; /* Default table if no tags */
1275 u32 *jump_ccb; /* Virtual address */
1281 struct list_head free_ccbq; /* Queue of available CCBs */
1282 struct list_head busy_ccbq; /* Queue of busy CCBs */
1283 struct list_head wait_ccbq; /* Queue of waiting for IO CCBs */
[all …]
/Linux-v5.15/fs/ntfs3/
Dfslog.c395 struct lcb { struct
398 u32 ctx_mode; // lcb_ctx_undo_next/lcb_ctx_prev/lcb_ctx_next argument
403 static void lcb_put(struct lcb *lcb) in lcb_put()
2389 static int find_log_rec(struct ntfs_log *log, u64 lsn, struct lcb *lcb) in find_log_rec()
2461 struct lcb *lcb; in read_log_rec_lcb() local
2503 static int find_client_next_lsn(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in find_client_next_lsn()
2580 static int read_next_log_rec(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in read_next_log_rec()
3759 struct lcb *lcb = NULL; in log_replay() local
/Linux-v5.15/drivers/crypto/chelsio/
Dchcr_algo.h197 #define FILL_WR_RX_Q_ID(cid, qid, lcb, fid) \ argument
Dchcr_algo.c762 unsigned int lcb) in create_wreq()