Searched refs:use_icd (Results 1 – 2 of 2) sorted by relevance
1196 bool use_icd; in tcp_transmit_command() local1198 use_icd = false; in tcp_transmit_command()1201 use_icd = true; in tcp_transmit_command()1212 if (use_icd) { in tcp_transmit_command()1221 error = nvmf_tcp_construct_pdu(qp, &cmd, sizeof(cmd), use_icd ? in tcp_transmit_command()1222 nc->nc_data : NULL, use_icd ? nc->nc_data_len : 0); in tcp_transmit_command()1230 if (nc->nc_data_len != 0 && !use_icd) in tcp_transmit_command()
1226 bool use_icd; in tcp_command_pdu() local1228 use_icd = false; in tcp_command_pdu()1237 use_icd = true; in tcp_command_pdu()1262 if (use_icd) { in tcp_command_pdu()