Searched defs:lcb (Results 1 – 3 of 3) sorted by relevance
1245 struct lcb { struct1260 struct link jump_lcb; argument1261 ncrcmd load_jump_ccb[3];1262 struct link jump_tag;1263 ncrcmd p_jump_ccb; /* Jump table bus address */1273 u32 jump_ccb_0; /* Default table if no tags */1274 u32 *jump_ccb; /* Virtual address */1280 struct list_head free_ccbq; /* Queue of available CCBs */1281 struct list_head busy_ccbq; /* Queue of busy CCBs */1282 struct list_head wait_ccbq; /* Queue of waiting for IO CCBs */[all …]
197 #define FILL_WR_RX_Q_ID(cid, qid, lcb, fid) \ argument
198 struct lpfc_lcb_context *lcb; /* Used in set_beacon */ member