Searched defs:lcb (Results 1 – 3 of 3) sorted by relevance
1255 struct lcb { struct1270 struct link jump_lcb; argument1271 ncrcmd load_jump_ccb[3];1272 struct link jump_tag;1273 ncrcmd p_jump_ccb; /* Jump table bus address */1283 u32 jump_ccb_0; /* Default table if no tags */1284 u32 *jump_ccb; /* Virtual address */1290 struct list_head free_ccbq; /* Queue of available CCBs */1291 struct list_head busy_ccbq; /* Queue of busy CCBs */1292 struct list_head wait_ccbq; /* Queue of waiting for IO CCBs */[all …]
230 #define FILL_WR_RX_Q_ID(cid, qid, lcb, fid) \ argument
707 unsigned int lcb) in create_wreq()