Searched refs:ccb_p (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 1028 typedef struct sym_ccb *ccb_p; typedef 1127 ccb_p nego_cp; /* CCB used for the nego */ 1432 ccb_p link_ccbh; /* Host adapter CCB hash chain */ 1650 ccb_p ccbh[CCB_HASH_SIZE]; /* CCB hashed by DSA value */ 1682 ccb_p last_cp; 2177 static int sym_prepare_nego (hcb_p np, ccb_p cp, int nego, u_char *msgptr); 2178 static void sym_put_start_queue (hcb_p np, ccb_p cp); 2189 static void sym_setsync (hcb_p np, ccb_p cp, u_char ofs, u_char per, 2191 static void sym_setwide (hcb_p np, ccb_p cp, u_char wide); 2192 static void sym_setpprot(hcb_p np, ccb_p cp, u_char dt, u_char ofs, [all …]
|