Lines Matching refs:txop

1388 		uint8_t *txop, uint8_t *rxop)  in lpfc_sc_to_bg_opcodes()  argument
1397 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1403 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1409 *txop = BG_OP_IN_CSUM_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1426 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1432 *txop = BG_OP_IN_CRC_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1438 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1468 uint8_t *txop, uint8_t *rxop) in lpfc_bg_err_opcodes() argument
1477 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_bg_err_opcodes()
1483 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1489 *txop = BG_OP_IN_CRC_OUT_CSUM; in lpfc_bg_err_opcodes()
1502 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1508 *txop = BG_OP_IN_CSUM_OUT_CSUM; in lpfc_bg_err_opcodes()
1514 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_bg_err_opcodes()
1573 uint8_t txop, rxop; in lpfc_bg_setup_bpl() local
1575 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1586 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1609 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl()
1722 uint8_t txop, rxop; in lpfc_bg_setup_bpl_prot() local
1735 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
1747 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
1776 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl_prot()
1953 uint8_t txop, rxop; in lpfc_bg_setup_sgl() local
1964 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
1975 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
2007 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
2141 uint8_t txop, rxop; in lpfc_bg_setup_sgl_prot() local
2161 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2173 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2234 if (txop == BG_OP_IN_CRC_OUT_CRC) { in lpfc_bg_setup_sgl_prot()
2235 txop = BG_OP_RAW_MODE; in lpfc_bg_setup_sgl_prot()
2247 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl_prot()