Lines Matching refs:r_ctl

145 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;
2350 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]),size, r_ctl, type, d_id, my_mtu, int_require…
2360 u_int r_ctl = RCTL_ELS_SCTL;
2373 r_ctl = RCTL_ELS_UCTL;
2378 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]),size, r_ctl, type, d_id, my_mtu, int_require…
2387 u_int r_ctl = RCTL_ELS_SCTL;
2396 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]),size, r_ctl, type, d_id, my_mtu, int_require…
2406 u_int r_ctl = RCTL_BASIC_ABTS;
2412 tx_exchange(fi, NULL, size, r_ctl, type, d_id, my_mtu, int_required, ox_id, RCTL_BASIC_ABTS);
2463 u_int r_ctl = RCTL_ELS_SCTL;
2471 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]),size, r_ctl, type, d_id, my_mtu, int_require…
2484 u_int r_ctl = FC4_DEVICE_DATA | UNSOLICITED_CONTROL;
2513 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]),size, r_ctl, type, d_id, my_mtu, int_require…
2520 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]),size, r_ctl, type, d_id, my_mtu, int_require…
2534 u_int r_ctl = RCTL_ELS_UCTL;
2541 …tx_exchange(fi, (char *)(fi->g.els_buffer[fi->g.e_i]),size, r_ctl, type, d_id, my_mtu, int_require…
2701 static void build_tachyon_header(struct fc_info *fi, u_int my_id, u_int r_ctl, u_int d_id, u_int ty…
2719 fi->g.tach_header.r_ctl_and_d_id = htonl(r_ctl | d_id);
3001 u_int r_ctl = FC4_DEVICE_DATA | UNSOLICITED_DATA;
3015 …return tx_exchange(fi, skb->data, len, r_ctl, type, d_id, mtu, int_required, ox_id, virt_to_bus(sk…
3028 …return_value |= tx_exchange(fi, skb->data, len, r_ctl, type, d_id, fi->g.my_mtu, int_required, ox_…
3051 u_int r_ctl = FC4_DEVICE_DATA | UNSOLICITED_DATA;
3063 …return_value |= tx_exchange(fi, data, len, r_ctl, type, d_id, my_mtu, int_required, ox_id, TYPE_LL…
3067 …return_value |= tx_exchange(fi, (char *)(fi->g.arp_buffer + 2*FC_ALEN), len, r_ctl, type, d_id, my…
3075 …return_value |= tx_exchange(fi, data, len, r_ctl, type, d_id, my_mtu, int_required, ox_id, TYPE_LL…
3079 …return_value |= tx_exchange(fi, (char *)(fi->g.arp_buffer + 2*FC_ALEN), len, r_ctl, type, d_id, my…
3095 tx_exchange(fi, data, len, r_ctl, type, d_id, mtu, int_required, ox_id, TYPE_LLC_SNAP);
3099 …return tx_exchange(fi, (char *)(fi->g.arp_buffer + 2*FC_ALEN), len, r_ctl, type, d_id, my_mtu, int…
3177 static int tx_exchange(struct fc_info *fi, char *data, u_int len, u_int r_ctl, u_int type, u_int d_…
3229 …build_tachyon_header(fi, my_id, r_ctl, d_id, type, fi->g.seq_id, df_ctl, tx_ox_id, rx_id, data - 2…
3236 build_tachyon_header(fi, my_id, r_ctl, d_id, type, fi->g.seq_id, df_ctl, tx_ox_id, rx_id, NULL);
3881 u_int r_ctl = FC4_DEVICE_DATA | UNSOLICITED_COMMAND;
3967 …tx_exchange(fi, (char *)(&(hostdata->cmnd)), sizeof(fcp_cmd), r_ctl, type, bad_id, fi->g.my_mtu, i…
3978 …tx_exchange(fi, (char *)(fi->q.ptr_fcp_cmnd[fi->q.fcp_cmnd_indx]), sizeof(fcp_cmd), r_ctl, type, q…
3996 u_int r_ctl = FC4_DEVICE_DATA | UNSOLICITED_COMMAND;
4016 …tx_exchange(fi, (char *)(&(hostdata->cmnd)), sizeof(fcp_cmd), r_ctl, type, bad_id, fi->g.my_mtu, i…
4298 u_int r_ctl = FC4_DEVICE_DATA | SOLICITED_DATA;
4304 …build_tachyon_header(fi, fi->g.my_id, r_ctl, ni->d_id, type, fi->g.seq_id, df_ctl, fi->g.scsi_oxid…