Home
last modified time | relevance | path

Searched refs:r_ctl (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/fc4/
Dfc.h98 u32 r_ctl:8, did:24; member
106 #define FILL_FCHDR_RCTL_DID(fch, r_ctl, did) *(u32 *)(fch) = ((r_ctl) << 24) | (did); argument
Dsoc.c267 int r_ctl = xram_get_8 ((xram_p)&hwrsp->fchdr); in soc_unsolicited() local
271 if ((r_ctl & 0xf0) == R_CTL_EXTENDED_SVC) { in soc_unsolicited()
276 fc->name, r_ctl); in soc_unsolicited()
299 "not handled\n", fc->name, r_ctl); in soc_unsolicited()
Dsocal.c340 int r_ctl = *((u8 *)&hwrsp->fchdr); in socal_unsolicited() local
343 if ((r_ctl & 0xf0) == R_CTL_EXTENDED_SVC) { in socal_unsolicited()
348 fc->name, r_ctl); in socal_unsolicited()
369 "not handled\n", fc->name, r_ctl); in socal_unsolicited()
/linux-2.4.37.9/drivers/net/fc/
Diph5526.c145 static void build_tachyon_header(struct fc_info *fi, u_int my_id, u_int r_ctl, u_int d_id, u_int ty…
178 static int tx_exchange(struct fc_info *fi, char *data, u_int len, u_int r_ctl, u_int type, u_int d_…
2262 u_int r_ctl = RCTL_ELS_UCTL;
2274 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]),sizeof(LOGIN), r_ctl, type, d_id, my_mtu, in…
2285 u_int r_ctl = RCTL_ELS_SCTL;
2292 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]),sizeof(LOGIN), r_ctl, type, d_id, my_mtu, in…
2303 u_int r_ctl = RCTL_ELS_UCTL;
2313 r_ctl = RCTL_ELS_SCTL;
2323 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]), sizeof(PRLI), r_ctl, type, d_id, my_mtu, in…
2334 u_int r_ctl = RCTL_ELS_UCTL;
[all …]