Searched defs:lcb (Results 1 – 3 of 3) sorted by relevance
1243 struct lcb { struct1258 struct link jump_lcb; argument1259 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 …]
230 #define FILL_WR_RX_Q_ID(cid, qid, lcb, fid) \ argument
725 unsigned int lcb) in create_wreq()