Lines Matching refs:prot_op
146 static const char *prot_op_str(u32 prot_op)
148 switch (prot_op) {
2412 if (cmd->se_cmd.prot_op == TARGET_PROT_NORMAL) {
2423 if ((cmd->se_cmd.prot_op == TARGET_PROT_DIN_INSERT) ||
2424 (cmd->se_cmd.prot_op == TARGET_PROT_DOUT_STRIP)) {
2438 if ((cmd->se_cmd.prot_op == TARGET_PROT_DIN_INSERT) ||
2439 (cmd->se_cmd.prot_op == TARGET_PROT_DOUT_STRIP)) {
2875 switch (se_cmd->prot_op) {
2898 switch (se_cmd->prot_op) {
3029 "qla_target(%d):%s: se_cmd[%p] CRC2 prot_op[0x%x] cmd prot sg:cnt[%p:%x] lba[%llu]\n",
3030 cmd->vp_idx, __func__, se_cmd, se_cmd->prot_op,
3033 if ((se_cmd->prot_op == TARGET_PROT_DIN_INSERT) ||
3034 (se_cmd->prot_op == TARGET_PROT_DOUT_STRIP))
3041 switch (se_cmd->prot_op) {
3070 switch (se_cmd->prot_op) {
3268 if (cmd->se_cmd.prot_op && (xmit_type & QLA_TGT_XMIT_DATA))
3284 if (cmd->se_cmd.prot_op == TARGET_PROT_NORMAL)
3409 if (cmd->se_cmd.prot_op)
3423 if (cmd->se_cmd.prot_op == TARGET_PROT_NORMAL)
3837 if (cmd->se_cmd.prot_op)
3844 cmd->se_cmd.prot_op,
3845 prot_op_str(cmd->se_cmd.prot_op));