Lines Matching refs:txop

1698 		uint8_t *txop, uint8_t *rxop)  in lpfc_sc_to_bg_opcodes()  argument
1707 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1713 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1719 *txop = BG_OP_IN_CSUM_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1736 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1742 *txop = BG_OP_IN_CRC_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1748 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1778 uint8_t *txop, uint8_t *rxop) in lpfc_bg_err_opcodes() argument
1787 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_bg_err_opcodes()
1793 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1799 *txop = BG_OP_IN_CRC_OUT_CSUM; in lpfc_bg_err_opcodes()
1812 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1818 *txop = BG_OP_IN_CSUM_OUT_CSUM; in lpfc_bg_err_opcodes()
1824 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_bg_err_opcodes()
1883 uint8_t txop, rxop; in lpfc_bg_setup_bpl() local
1885 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1896 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1919 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl()
2032 uint8_t txop, rxop; in lpfc_bg_setup_bpl_prot() local
2045 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
2057 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
2086 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl_prot()
2262 uint8_t txop, rxop; in lpfc_bg_setup_sgl() local
2270 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
2281 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
2313 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
2405 uint8_t txop, rxop; in lpfc_bg_setup_sgl_prot() local
2424 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2436 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2469 if (txop == BG_OP_IN_CRC_OUT_CRC) { in lpfc_bg_setup_sgl_prot()
2470 txop = BG_OP_RAW_MODE; in lpfc_bg_setup_sgl_prot()
2482 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl_prot()