Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dncr53c8xx.c1243 struct lcb { struct
1258 struct link jump_lcb; argument
1259 ncrcmd load_jump_ccb[3];
1260 struct link jump_tag;
1261 ncrcmd p_jump_ccb; /* Jump table bus address */
1271 u32 jump_ccb_0; /* Default table if no tags */
1272 u32 *jump_ccb; /* Virtual address */
1278 struct list_head free_ccbq; /* Queue of available CCBs */
1279 struct list_head busy_ccbq; /* Queue of busy CCBs */
1280 struct list_head wait_ccbq; /* Queue of waiting for IO CCBs */
[all …]
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.h230 #define FILL_WR_RX_Q_ID(cid, qid, lcb, fid) \ argument
Dchcr_algo.c725 unsigned int lcb) in create_wreq()